Commit dbb79ecd authored by Matevz Golob's avatar Matevz Golob

fixed a typo.

parent e2e075ba
......@@ -8,4 +8,4 @@ zuite = context.getPortalObject().portal_tests.Zuite_addZuite(zuite_id)
for text, title in test_list:
zuite.Zuite_addTest(None, title, text)
return context.Base_redirect("portal_tests" + zuite_id + "core/TestRunner.html?auto=true&test=..%2Ftest_suite_html&resultsUrl=..%2FpostResults")
return context.Base_redirect("portal_tests/" + zuite_id + "/core/TestRunner.html?auto=true&test=..%2Ftest_suite_html&resultsUrl=..%2FpostResults")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment