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