Commit 95360f72 authored by Rafael Monnerat's avatar Rafael Monnerat

Simplification, test_id is generated based on title

parent c0624cdb
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
zuite = context.getPortalObject().portal_tests.Zuite_addZuite(zuite_id)\n zuite = context.getPortalObject().portal_tests.Zuite_addZuite(zuite_id)\n
\n \n
for text, title in test_list:\n for text, title in test_list:\n
zuite.Zuite_addTest(test_id, title, text)\n zuite.Zuite_addTest(None, title, text)\n
\n \n
return zuite.Base_redirect("core/TestRunner.html?auto=true&test=..%2Ftest_suite_html&resultsUrl=..%2FpostResults")\n return zuite.Base_redirect("core/TestRunner.html?auto=true&test=..%2Ftest_suite_html&resultsUrl=..%2FpostResults")\n
...@@ -69,7 +69,7 @@ return zuite.Base_redirect("core/TestRunner.html?auto=true&test=..%2Ftest_suite_ ...@@ -69,7 +69,7 @@ return zuite.Base_redirect("core/TestRunner.html?auto=true&test=..%2Ftest_suite_
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>test_list, zuite_id, test_id=None</string> </value> <value> <string>test_list, zuite_id</string> </value>
</item> </item>
<item> <item>
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
......
53 54
\ No newline at end of file \ No newline at end of file
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