[z3-checkins] r14555 - z3/Five/branch/philikon-testing/tests

philikon at codespeak.net philikon at codespeak.net
Tue Jul 12 19:35:35 CEST 2005


Author: philikon
Date: Tue Jul 12 19:35:30 2005
New Revision: 14555

Modified:
   z3/Five/branch/philikon-testing/tests/test_bridge.py
Log:
get rid of five product installation. it's not needed because this
test doesn't actually require five to be configured


Modified: z3/Five/branch/philikon-testing/tests/test_bridge.py
==============================================================================
--- z3/Five/branch/philikon-testing/tests/test_bridge.py	(original)
+++ z3/Five/branch/philikon-testing/tests/test_bridge.py	Tue Jul 12 19:35:30 2005
@@ -20,8 +20,7 @@
     execfile(os.path.join(sys.path[0], 'framework.py'))
 
 def test_suite():
-    from Testing.ZopeTestCase import installProduct, ZopeDocFileSuite
-    installProduct('Five')
+    from Testing.ZopeTestCase import ZopeDocFileSuite
     return ZopeDocFileSuite('bridge.txt', package="Products.Five.tests")
 
 if __name__ == '__main__':


More information about the z3-checkins mailing list