[Testlink 1.9.4] Can't display the steps in the testcase.
Posted: Wed Oct 10, 2012 7:00 am
I successfully migration testlink 1.8.3 to testlink 1.9.4 (upgrade to testlink 1.9.1 first, and upgrade to 1.9.4)
I check the "tcversions" & "tcsteps" in the database, I found the data is correct, but I can't display the steps in the testcase.
tcversions and tcsteps have the same "id", when id check the "migrate_18_to_19.php" i found the code as below
and then I do some test in the testlink, for example create a new testcase and test steps.
I search the record in tcversions and tcsteps, but the result show me in the same testcase have different id in tcversions and tcsteps
for example: I create new testcase A
tcversions's id = 964678
tcsteps 's id is 964680
who can tell me how the testlink relate the testcase and the steps
I check the "tcversions" & "tcsteps" in the database, I found the data is correct, but I can't display the steps in the testcase.
tcversions and tcsteps have the same "id", when id check the "migrate_18_to_19.php" i found the code as below
Code: Select all
$sql = " UPDATE {$tableSet['tcsteps']} " . " SET id = {$item_id} WHERE id={$item_info['id']}";
I search the record in tcversions and tcsteps, but the result show me in the same testcase have different id in tcversions and tcsteps
for example: I create new testcase A
tcversions's id = 964678
tcsteps 's id is 964680
who can tell me how the testlink relate the testcase and the steps