Changeset 8761 for main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Timestamp:
- 19 Jun 2012, 11:17:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests.py
r8727 r8761 255 255 self.assertMatches('...Your registration was successful...', 256 256 self.browser.contents) 257 self.assertMatches('...<td>Password:</td>...', 258 self.browser.contents) 257 self.assertFalse('...<td>Password:</td>...' in self.browser.contents) 259 258 # The new applicant can be found in the catalog via the email address 260 259 cat = getUtility(ICatalog, name='applicants_catalog')
Note: See TracChangeset for help on using the changeset viewer.