- Timestamp:
- 7 Mar 2011, 02:43:03 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/tests/test_jambtables.py
r5800 r5802 195 195 196 196 def tearDown(self): 197 pass 197 clearSite() 198 return 198 199 199 200 def test_contained(self): -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/tests/test_util.py
r5801 r5802 23 23 """ 24 24 import unittest 25 from zope.component.hooks import setSite 25 from zope.component.hooks import setSite, clearSite 26 26 from zope.site import LocalSiteManager 27 27 from waeup.sirp.applicants.jambtables.util import ( … … 58 58 59 59 def tearDown(self): 60 pass 60 clearSite() 61 return 61 62 62 63 def test_application_exists(self):
Note: See TracChangeset for help on using the changeset viewer.