[Zope-CVS] CVS: Products/Zelenium/www - suiteTests.zpt:1.2
Tres Seaver
tseaver at zope.com
Wed Apr 27 21:29:43 EDT 2005
Update of /cvs-repository/Products/Zelenium/www
In directory cvs.zope.org:/tmp/cvs-serv25058/www
Modified Files:
suiteTests.zpt
Log Message:
- Make Zuite's nestable / recursive.
=== Products/Zelenium/www/suiteTests.zpt 1.1.1.1 => 1.2 ===
--- Products/Zelenium/www/suiteTests.zpt:1.1.1.1 Fri Apr 15 14:48:44 2005
+++ Products/Zelenium/www/suiteTests.zpt Wed Apr 27 21:29:42 2005
@@ -18,7 +18,7 @@
<tr tal:repeat="testcase options/test_cases | context/listTestCases">
<td>
<a href="#"
- tal:attributes="href testcase/id"
+ tal:attributes="href testcase/url"
tal:content="testcase/title">TITLE</a>
</td>
</tr>
More information about the Zope-CVS
mailing list