[Checkins] SVN: Sandbox/baijum/z3hello/trunk/src/z3hello/tests.py test layer is not required here

Baiju M baiju.m.mail at gmail.com
Sun Jan 3 01:16:47 EST 2010


Log message for revision 107578:
  test layer is not required here
  

Changed:
  U   Sandbox/baijum/z3hello/trunk/src/z3hello/tests.py

-=-
Modified: Sandbox/baijum/z3hello/trunk/src/z3hello/tests.py
===================================================================
--- Sandbox/baijum/z3hello/trunk/src/z3hello/tests.py	2010-01-03 04:45:44 UTC (rev 107577)
+++ Sandbox/baijum/z3hello/trunk/src/z3hello/tests.py	2010-01-03 06:16:46 UTC (rev 107578)
@@ -1,12 +1,3 @@
-import os.path
 import z3c.testsetup
-import z3hello
-from zope.app.testing.functional import ZCMLLayer
 
-
-ftesting_zcml = os.path.join(
-    os.path.dirname(z3hello.__file__), 'ftesting.zcml')
-FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer',
-                            allow_teardown=True)
-
 test_suite = z3c.testsetup.register_all_tests('z3hello')



More information about the checkins mailing list