Changeset 6104 for main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Timestamp:
- 15 May 2011, 03:34:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py
r5985 r6104 41 41 # Tests in here do only cover login attempts without any PINs 42 42 # created before. 43 43 44 44 layer = FunctionalLayer 45 45 46 46 def setUp(self): 47 47 super(LoginTest, self).setUp() … … 129 129 # As setting up pins is time-consuming we only set them up when 130 130 # really needed (i.e. in this separate TestCase). 131 131 132 132 layer = FunctionalLayer 133 133 … … 145 145 self.existing_series, self.existing_number = parts 146 146 self.browser.handleErrors = False 147 147 148 148 def tearDown(self): 149 149 super(LoginTestWithPINs, self).tearDown() … … 178 178 return 179 179 180 180 181 181 def suite(): 182 182 suite = unittest.TestSuite() … … 189 189 190 190 test_suite = suite 191
Note: See TracChangeset for help on using the changeset viewer.