/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/blackbox/test_locale.py

  • Committer: Jelmer Vernooij
  • Date: 2019-06-03 23:48:08 UTC
  • mfrom: (7316 work)
  • mto: This revision was merged to the branch mainline in revision 7328.
  • Revision ID: jelmer@jelmer.uk-20190603234808-15yk5c7054tj8e2b
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  Unicode \xc2\xb5 commit
70
70
""", out)
71
71
 
72
 
    @unittest.skipIf(
73
 
        sys.version_info[:2] >= (3, 8),
74
 
        "python > 3.8 doesn't allow changing filesystem default encoding")
75
72
    def test_log_C(self):
76
73
        self.disable_missing_extensions_warning()
77
74
        out, err = self.run_log_quiet_long(
93
90
  Unicode ? commit
94
91
""", out)
95
92
 
96
 
    @unittest.skipIf(
97
 
        sys.version_info[:2] >= (3, 8),
98
 
        "python > 3.8 doesn't allow changing filesystem default encoding")
99
93
    def test_log_BOGUS(self):
100
94
        out, err = self.run_log_quiet_long(
101
95
            ['tree'],