Commit e2e075ba authored by ='s avatar =

Fixed test launch for Test Pages.

parent 446ecbd9
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>zuite_id=\'tutorial_zuite\', url=None, user="", password=""</string> </value>
<value> <string>zuite_id=\'tutorial_zuite\', url=None, user="", password="", **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
......@@ -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 zuite.Base_redirect("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