[Checkins] SVN: zope.introspectorui/trunk/src/zope/introspectorui/tests/test_all.py Allow teardown of functional ZCML layers.

Uli Fouquet uli at gnufix.de
Fri Aug 8 16:08:48 EDT 2008


Log message for revision 89560:
  Allow teardown of functional ZCML layers.

Changed:
  U   zope.introspectorui/trunk/src/zope/introspectorui/tests/test_all.py

-=-
Modified: zope.introspectorui/trunk/src/zope/introspectorui/tests/test_all.py
===================================================================
--- zope.introspectorui/trunk/src/zope/introspectorui/tests/test_all.py	2008-08-08 19:52:50 UTC (rev 89559)
+++ zope.introspectorui/trunk/src/zope/introspectorui/tests/test_all.py	2008-08-08 20:08:48 UTC (rev 89560)
@@ -21,7 +21,8 @@
 ftesting_zcml = os.path.join(
     os.path.dirname(os.path.dirname(__file__)), 'ftesting.zcml')
 FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__,
-                            'ZopeIntrospectorUIFunctionalLayer')
+                            'ZopeIntrospectorUIFunctionalLayer',
+                            allow_teardown=True)
 
 # This we say: include all testfiles in or below the
 # package in the tests.



More information about the Checkins mailing list