Page 1 of 1

link to Test Case from Add/Remove Test Cases doesn't work

Posted: Thu Jun 04, 2009 8:33 pm
by tbennett
In the Add/Remove Test Cases page, each Test Case is a link. However, my browser can't find this object, and gives me Error 404 -- Object Not Found. The address for this object is:

http://mysite.org/lib/testcases/archive ... case&id=16

I see in the nodes_hierarchy table ID 16 is the correct one to reference, but I would have expected the link should be to the test case itself (instead of just the title).

Posted: Mon Jun 08, 2009 7:59 am
by khliang
vi gui/javascript/testlink_library.js

Remove space before '?' in the statement below

feature_url += " ?allow_edit=0&edit=testcase&id="+tcase_id;

Posted: Mon Jun 08, 2009 2:46 pm
by tbennett
Thanks, that fixed it.