/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_features.py

  • Committer: Jelmer Vernooij
  • Date: 2018-01-15 05:41:37 UTC
  • mfrom: (6478.3.5 support-backslash)
  • Revision ID: jelmer@jelmer.uk-20180115054137-uw1h5biynh8rjr98
merge lp:~jelmer/brz/support-backslash

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        # We can't test much more than that because the behaviour depends
156
156
        # on the platform.
157
157
        features.UnicodeFilenameFeature._probe()
 
158
 
 
159
 
 
160
class TestBackslashFilenameFeature(tests.TestCase):
 
161
 
 
162
    def test_probe_passes(self):
 
163
        """BackslashFilenameFeature._probe passes."""
 
164
        # We can't test much more than that because the behaviour depends
 
165
        # on the platform.
 
166
        features.BackslashFilenameFeature._probe()