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

  • Committer: Jelmer Vernooij
  • Date: 2018-06-21 17:53:38 UTC
  • mfrom: (6973.5.13 python3-c)
  • Revision ID: jelmer@jelmer.uk-20180621175338-v7loaib7mh7pfosf
Merge lp:~jelmer/brz/python3-c

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
            raise TestSkipped("local encoding cannot handle unicode")
369
369
 
370
370
        self.assertEqual('file:///path/to/r%C3%A4ksm%C3%B6rg%C3%A5s', result)
371
 
        self.assertFalse(isinstance(result, unicode))
 
371
        self.assertTrue(isinstance(result, str))
372
372
 
373
373
    def test_posix_local_path_from_url(self):
374
374
        from_url = urlutils._posix_local_path_from_url