in reply to XML::simple still problem

Please show us what is inside one of your TCs/$tc.tc files. I suspect the problem is in there.

Replies are listed 'Best First'.
Re^2: XML::simple still problem
by hakana (Acolyte) on Jan 17, 2008 at 06:50 UTC
    Nothing much yet just some test code:
    $script_id='001.001'; $script_version='0.01'; $script_name='Up- Downgrading firmware'; $objective='The objective ...'; ###### Logg_TC_init(); $result = "Passed"; $description = "log in using FTP"; $expected_result = "login granted"; Logg_TS_add(); sleep 10; $result = "Passed"; $description = "start upload"; $expected_result = "upload finished"; Logg_TS_add();