~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport_implementations.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-25 22:23:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1963.
  • Revision ID: john@arbash-meinel.com-20060825222335-25a0f93645815fd7
Apply Andrew Bennetts list_dir fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
745
745
            os.mkdir('wd')
746
746
        t = t.clone('wd')
747
747
 
748
 
        self.assertEqual([], sorted_list(u'.'))
 
748
        self.assertEqual([], sorted_list('.'))
749
749
        # c2 is precisely one letter longer than c here to test that
750
750
        # suffixing is not confused.
751
751
        # a%25b checks that quoting is done consistently across transports