Changeset 8761 for main


Ignore:
Timestamp:
19 Jun 2012, 11:17:25 (12 years ago)
Author:
Henrik Bettermann
Message:

Adjust test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/tests.py

    r8727 r8761  
    255255        self.assertMatches('...Your registration was successful...',
    256256            self.browser.contents)
    257         self.assertMatches('...<td>Password:</td>...',
    258             self.browser.contents)
     257        self.assertFalse('...<td>Password:</td>...' in self.browser.contents)
    259258        # The new applicant can be found in the catalog via the email address
    260259        cat = getUtility(ICatalog, name='applicants_catalog')
Note: See TracChangeset for help on using the changeset viewer.