[Checkins] SVN: z3c.securitytool/trunk/src/z3c/securitytool/testing.py changed testing.py to use site.zcml for testing

Daniel Blackburn blackburnd at gmail.com
Sat Feb 2 19:35:22 EST 2008


Log message for revision 83434:
  changed testing.py to use site.zcml for testing

Changed:
  U   z3c.securitytool/trunk/src/z3c/securitytool/testing.py

-=-
Modified: z3c.securitytool/trunk/src/z3c/securitytool/testing.py
===================================================================
--- z3c.securitytool/trunk/src/z3c/securitytool/testing.py	2008-02-03 00:34:53 UTC (rev 83433)
+++ z3c.securitytool/trunk/src/z3c/securitytool/testing.py	2008-02-03 00:35:22 UTC (rev 83434)
@@ -3,6 +3,6 @@
 from zope.app.testing import functional
 
 SecurityToolLayer = functional.ZCMLLayer(
-    os.path.join(os.path.dirname(__file__), 'ftesting.zcml'),
+    os.path.join(os.path.dirname(__file__), 'site.zcml'),
     __name__, 'SecuritiyToolLayer', allow_teardown=True)
 



More information about the Checkins mailing list