~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_inv.py

  • Committer: Robert Collins
  • Date: 2006-07-21 01:37:47 UTC
  • mto: (1852.9.1 Tree.compare().)
  • mto: This revision was merged to the branch mainline in revision 1890.
  • Revision ID: robertc@robertcollins.net-20060721013747-9752a96bc423aa76
Make iter(Tree) consistent for all tree types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            inv.add_path(*args)
87
87
 
88
88
        self.assertEqual([
 
89
            ('', ROOT_ID),
89
90
            ('Makefile', 'makefile-id'),
90
91
            ('doc', 'doc-id'),
91
92
            ('src', 'src-id'),