~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-24 04:40:06 UTC
  • mto: (1852.7.2 split-tree-source)
  • mto: This revision was merged to the branch mainline in revision 1890.
  • Revision ID: robertc@robertcollins.net-20060724044006-faa99aee0dff9ae9
Finish updating iter_entries change to make all tests pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
            inv.add_path(*args)
110
110
 
111
111
        self.assertEqual([
 
112
            ('', ROOT_ID),
112
113
            ('Makefile', 'makefile-id'),
113
114
            ('doc', 'doc-id'),
114
115
            ('src', 'src-id'),