CVS: Products/Zelenium/tests - test_zuite.py:1.8

Jens Vagelpohl <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
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' )
 

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.