Ignore:
Timestamp:
28 Feb 2012, 20:52:18 (13 years ago)
Author:
Henrik Bettermann
Message:

Internationalize accessodes package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests/test_accesscode.py

    r7321 r7719  
    188188        history = IObjectHistory(self.ac1)
    189189        msgs = history.messages
    190         assert msgs[-1].endswith('AC used by system')
     190        assert msgs[-1].endswith('used by system')
    191191
    192192class AccessCodeTests(FunctionalTestCase):
     
    232232        # Access codes have a history.
    233233        match = re.match(
    234             '^....-..-.. ..:..:.. - AC initialized by system',
     234            '^....-..-.. ..:..:.. - initialized by system',
    235235            self.ac1.history)
    236236        assert match is not None
Note: See TracChangeset for help on using the changeset viewer.