/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_export_pot.py

  • Committer: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-06-30 23:46:05 UTC
  • mfrom: (7008.2.4 mutter_unicode)
  • Revision ID: breezy.the.bot@gmail.com-20180630234605-5tvgzxmu7q1zfsxb
Make mutter format with unicode

Merged from https://code.launchpad.net/~gz/brz/mutter_unicode/+merge/348789

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        self.check_context(context2A, path, 4)
222
222
        context2B = context1.from_string("not there")
223
223
        self.check_context(context2B, path, 21)
224
 
        self.assertContainsRe(self.get_log(), "String 'not there' not found")
 
224
        self.assertContainsRe(self.get_log(), "String b?'not there' not found")
225
225
 
226
226
 
227
227
class TestWriteOption(tests.TestCase):