~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_symlinks.py

  • Committer: Andrew Bennetts
  • Date: 2010-08-17 02:28:46 UTC
  • mto: (5050.17.9 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: andrew.bennetts@canonical.com-20100817022846-ljtwl1u7l11rrgbp
Minimal fix for test_symlink_changes_to_dir test failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        tree.lock_read()
103
103
        self.addCleanup(tree.unlock)
104
104
        self.assertEquals([], list(tree.iter_changes(tree.basis_tree())))
 
105
        self.assertEquals(
 
106
            ['a', 'a/f'], sorted(info[0] for info in tree.list_files()))
105
107
 
106
108
    def test_dir_changes_to_symlink(self):
107
109
        # <https://bugs.launchpad.net/bzr/+bug/192859>: