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

  • Committer: Jelmer Vernooij
  • Date: 2017-02-05 23:03:41 UTC
  • mto: (6621.2.2 py3)
  • mto: This revision was merged to the branch mainline in revision 6624.
  • Revision ID: jelmer@jelmer.uk-20170205230341-m9v87fyklenponki
Apply 2to3 getcwdu fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
963
963
 
964
964
    def test_getcwd(self):
965
965
        cwd = osutils._win32_getcwd()
966
 
        os_cwd = os.getcwdu()
 
966
        os_cwd = os.getcwd()
967
967
        self.assertEqual(os_cwd[1:].replace('\\', '/'), cwd[1:])
968
968
        # win32 is inconsistent whether it returns lower or upper case
969
969
        # and even if it was consistent the user might type the other