Changeset 7364 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests
- Timestamp:
- 17 Dec 2011, 12:54:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_authentication.py
r7255 r7364 60 60 class FakeApplicant(object): 61 61 applicant_id = 'test_appl' 62 fullname = 'Tilman Gause'62 display_fullname = 'Tilman Gause' 63 63 password = None 64 64 email = None
Note: See TracChangeset for help on using the changeset viewer.