[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_stepzcml.py Fix a test failure

Wichert Akkerman wichert at wiggy.net
Mon Nov 12 16:44:41 EST 2007


Log message for revision 81795:
  Fix a test failure

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/tests/test_stepzcml.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_stepzcml.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tests/test_stepzcml.py	2007-11-12 21:18:37 UTC (rev 81794)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tests/test_stepzcml.py	2007-11-12 21:44:41 UTC (rev 81795)
@@ -28,7 +28,6 @@
     title="step title"
     description="step description"
     handler="Products.GenericSetup.initialize"
-    version="1.0"
     />
 </configure>'''
 
@@ -56,8 +55,6 @@
                 u'step title' )
         self.assertEqual( info['handler'],
                 'Products.GenericSetup.initialize')
-        self.assertEqual( info['version'],
-                u'1.0' )
         self.assertEqual( info['id'],
                 u'Products.GenericSetup.teststep' )
 



More information about the Checkins mailing list