[Zope-CVS] CVS: Products/Zelenium/tests/nested/one - test_one.html:1.1

Tres Seaver tseaver at palladion.com
Sat May 7 16:33:26 EDT 2005


Update of /cvs-repository/Products/Zelenium/tests/nested/one
In directory cvs.zope.org:/tmp/cvs-serv29299/tests/nested/one

Added Files:
	test_one.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/one/test_one.html ===
<html>
<body>

<table border="1" cellpadding="2">

 <tr>
  <td colspan="3">
    An empty testcase, for testing filesystem load.
  </td>
 </tr>

</table>

</body>
</html>



More information about the Zope-CVS mailing list