~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/test_baz_import.py

  • Committer: Aaron Bentley
  • Date: 2006-03-13 00:13:56 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060313001356-6aadd11700e1ac1f
MarkedĀ deprecationĀ bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
703
703
        command.run(os.path.join(self._tmpdir, 'output'), 'demo@DONOTUSE')
704
704
        self.failUnless(os.path.exists(os.path.join(self._tmpdir,'output')))
705
705
        walk_len = len(list(os.walk(os.path.join(self._tmpdir,'output'))))
706
 
        self.assertEqual(7, walk_len)
 
706
        self.assertEqual(6, walk_len)
707
707
 
708
708
    def test_two_branches(self):
709
709
        self.make_import('c--0')