Changeset 5812 for main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Timestamp:
- 7 Mar 2011, 13:26:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_root.py
r5811 r5812 183 183 def test_application_exists(self): 184 184 result = application_exists('APP-99999') 185 assert result is True 186 187 result = application_exists('APP-44444') 185 188 assert result is False 186 187 result = application_exists('APP-44444')188 assert result is True189 189 return 190 190
Note: See TracChangeset for help on using the changeset viewer.