[z3-checkins] r5326 - z3/Five/trunk/tests

faassen at codespeak.net faassen at codespeak.net
Fri Jun 25 19:57:54 MEST 2004


Author: faassen
Date: Fri Jun 25 19:57:53 2004
New Revision: 5326

Modified:
   z3/Five/trunk/tests/test_five.py
   z3/Five/trunk/tests/test_security2.py
Log:
Adding some clarifying comments.


Modified: z3/Five/trunk/tests/test_five.py
==============================================================================
--- z3/Five/trunk/tests/test_five.py	(original)
+++ z3/Five/trunk/tests/test_five.py	Fri Jun 25 19:57:53 2004
@@ -7,6 +7,8 @@
 from Testing import ZopeTestCase
 from Testing.ZopeTestCase.functional import Functional
 
+# we need to install FiveTest *before* Five as Five
+# looks up zcml files in the products it can find.
 ZopeTestCase.installProduct('FiveTest')
 ZopeTestCase.installProduct('Five')
 

Modified: z3/Five/trunk/tests/test_security2.py
==============================================================================
--- z3/Five/trunk/tests/test_security2.py	(original)
+++ z3/Five/trunk/tests/test_security2.py	Fri Jun 25 19:57:53 2004
@@ -9,6 +9,8 @@
 from Testing.ZopeTestCase.functional import Functional
 from AccessControl import Unauthorized
 
+# we need to install FiveTest *before* Five as Five processes zcml
+# in all the products it can find.
 ZopeTestCase.installProduct('FiveTest')
 ZopeTestCase.installProduct('Five')
 ZopeTestCase.installProduct('PythonScripts')


More information about the z3-checkins mailing list