Changeset 5814 for main/waeup.sirp/trunk/src
- Timestamp:
- 7 Mar 2011, 13:34:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_root.py
r5812 r5814 191 191 def test_get_applicant_data(self): 192 192 result = get_applicant_data('APP-99999') 193 assert result is applicant193 self.assertEqual(result, applicant) 194 194 return 195 195
Note: See TracChangeset for help on using the changeset viewer.