Ignore:
Timestamp:
30 Nov 2011, 23:13:26 (13 years ago)
Author:
Henrik Bettermann
Message:

Rebuild applicants package (1st part). Applicants now have an applicant_id and a password and can use the regular login page to enter the portal.

Add user_type attribute to SIRPPrincipal objects.

Add some permissions in students package.

Some tests are still missing and will be re-added soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_browser.py

    r7218 r7240  
    693693        self.browser.getControl(name="form.password").value = 'mrclearsecret'
    694694        self.browser.getControl("Login").click()
    695         self.assertTrue('You logged in' in self.browser.contents)
     695        self.assertMatches('...You logged in...', self.browser.contents)
    696696        # CO can see his roles
    697697        self.browser.getLink("My Roles").click()
Note: See TracChangeset for help on using the changeset viewer.