/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 brzlib/tests/test_osutils.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 12:27:30 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521122730-q3leptj0lymfxcox
Fix some more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2068
2068
        osutils.report_extension_load_failures()
2069
2069
        self.assertContainsRe(
2070
2070
            log.getvalue(),
2071
 
            r"bzr: warning: some compiled extensions could not be loaded; "
 
2071
            r"brz: warning: some compiled extensions could not be loaded; "
2072
2072
            "see <https://answers\.launchpad\.net/bzr/\+faq/703>\n"
2073
2073
            )
2074
2074