- Timestamp:
- 25 Jun 2009, 12:07:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/testing.py
r3521 r4356 5 5 ftesting_zcml = os.path.join( 6 6 os.path.dirname(waeup.__file__), 'ftesting.zcml') 7 FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer') 7 FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer', 8 allow_teardown=True)
Note: See TracChangeset for help on using the changeset viewer.