[Zope-CVS] CVS: Products/Zelenium/tests/filters - exclude_me.html:1.1 test_another.html:1.1 test_one.html:1.1

Tres Seaver tseaver at palladion.com
Mon May 9 14:50:30 EDT 2005


Update of /cvs-repository/Products/Zelenium/tests/filters
In directory cvs.zope.org:/tmp/cvs-serv25227/tests/filters

Added Files:
	exclude_me.html test_another.html test_one.html 
Log Message:
 - Add support for ordering / globbing test cases / subdirs.


=== Added File Products/Zelenium/tests/filters/exclude_me.html ===
<html>
<body>

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

 <tr>
  <td colspan="3">
    Empty testcase, for testing filesystem load.  EXCLUDE ME.
  </td>
 </tr>

</table>

</body>
</html>


=== Added File Products/Zelenium/tests/filters/test_another.html ===
<html>
<body>

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

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

</table>

</body>
</html>


=== Added File Products/Zelenium/tests/filters/test_one.html ===
<html>
<body>

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

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

</table>

</body>
</html>



More information about the Zope-CVS mailing list