[Zope-CVS] CVS: Products/Zelenium/tests - test_zuite.py:1.8

Jens Vagelpohl jens at dataflake.org
Wed Oct 12 16:41:11 EDT 2005


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

Modified Files:
	test_zuite.py 
Log Message:
- create support files automatically instead of hardcoding list


=== Products/Zelenium/tests/test_zuite.py 1.7 => 1.8 ===
--- Products/Zelenium/tests/test_zuite.py:1.7	Mon May  9 15:14:38 2005
+++ Products/Zelenium/tests/test_zuite.py	Wed Oct 12 16:41:11 2005
@@ -172,11 +172,11 @@
 
     def test___getitem___support_files( self ):
 
-        from Products.Zelenium.zuite import _SUPPORT_FILE_NAMES
+        from Products.Zelenium.zuite import _SUPPORT_FILES
 
         zuite = self._makeOne()
 
-        for name in _SUPPORT_FILE_NAMES:
+        for name in _SUPPORT_FILES.keys():
             object = zuite[ name ]
             self.assertEqual( object.meta_type, 'File' )
 



More information about the Zope-CVS mailing list