/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-05-27 18:00:21 UTC
  • mto: (6973.12.2 python3-k)
  • mto: This revision was merged to the branch mainline in revision 6992.
  • Revision ID: jelmer@jelmer.uk-20180527180021-kbdxgsh5bbbxha8o
Random bunch of python3 bee-improvements.

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