~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/test_baz_import.py

  • Committer: Robert Collins
  • Date: 2006-04-24 00:43:15 UTC
  • mto: (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: robertc@robertcollins.net-20060424004315-a882984c3292f19a
Use nested progress bars for baz-import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
725
725
        self.failUnless(os.path.exists(os.path.join(self._tmpdir,'output', 
726
726
                                                    'c1', '0.2','branch')))
727
727
        walk_len = len(list(os.walk(os.path.join(self._tmpdir,'output'))))
728
 
        self.assertEqual(22, walk_len)
 
728
        self.assertEqual(20, walk_len)
729
729
 
730
730
    def test_run_twice(self):
731
731
        self.make_import('c--0')