CVS: Products/Zelenium/tests/nested/two - test_another.html:1.1
Tres Seaver <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs-repository/Products/Zelenium/tests/nested/two
In directory cvs.zope.org:/tmp/cvs-serv29299/tests/nested/two
Added Files:
test_another.html
Log Message:
- Add support, with tests, for returning testcases from a mapped directory
path, including recursion through subdirectories of that path.
Currently, the implementation has the following issues:
o It doesn't provide control over the order in which test cases or
subdirectories are returned.
o It doesn't allow exclusion / filtering of subdirectories or
test cases.
o It only creates OFS.Image.File objects for test cases (no templates,
scripts, etc.)
=== Added File Products/Zelenium/tests/nested/two/test_another.html ===
<html>
<body>
<table border="1" cellpadding="2">
<tr>
<td colspan="3">
Another empty testcase, for testing filesystem load.
</td>
</tr>
</table>
</body>
</html>
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS