Hi guys.
when i export test execution results, the XML file has empty value for the parameters timestamp, result, notes and tester.
and i can't import results.
the XML exported file is:
<?xml version="1.0" encoding="UTF-8"?>
<!-- TestLink - www.teamst.org - xml to allow results import -->
<results>
<testproject name="project" prefix="test" />
<testplan name="Test Plan" />
<build name="930319" />
<testcase external_id="test-24">
<result>X</result>
<notes>test link rocks </notes>
<tester>put login here</tester>
<!-- if not present now() will be used -->
<timestamp>YYYY-MM-DD HH:MM:SS</timestamp>
<bug_id>put your bug id here</bug_id>
</testcase>
<testcase external_id="test-23">
<result>X</result>
<notes>test link rocks </notes>
<tester>put login here</tester>
<!-- if not present now() will be used -->
<timestamp>YYYY-MM-DD HH:MM:SS</timestamp>
<bug_id>put your bug id here</bug_id>
</testcase>
</results>
any suggestions?