Changeset 7719 for main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests
- Timestamp:
- 28 Feb 2012, 20:52:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests/test_accesscode.py
r7321 r7719 188 188 history = IObjectHistory(self.ac1) 189 189 msgs = history.messages 190 assert msgs[-1].endswith(' ACused by system')190 assert msgs[-1].endswith('used by system') 191 191 192 192 class AccessCodeTests(FunctionalTestCase): … … 232 232 # Access codes have a history. 233 233 match = re.match( 234 '^....-..-.. ..:..:.. - ACinitialized by system',234 '^....-..-.. ..:..:.. - initialized by system', 235 235 self.ac1.history) 236 236 assert match is not None
Note: See TracChangeset for help on using the changeset viewer.