Changeset 7569
- Timestamp:
- 2 Feb 2012, 21:58:27 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/browser/tests.py
r7419 r7569 24 24 from waeup.sirp.app import University 25 25 26 class CustomPackage Tests(FunctionalTestCase):26 class CustomPackageBrowserTests(FunctionalTestCase): 27 27 28 28 layer = FunctionalLayer 29 29 30 30 def setUp(self): 31 super(CustomPackage Tests, self).setUp()31 super(CustomPackageBrowserTests, self).setUp() 32 32 33 33 # Setup a sample site for each test … … 44 44 45 45 def tearDown(self): 46 super(CustomPackage Tests, self).tearDown()46 super(CustomPackageBrowserTests, self).tearDown() 47 47 clearSite() 48 48 shutil.rmtree(self.dc_root)
Note: See TracChangeset for help on using the changeset viewer.