~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/blackbox.py

  • Committer: Aaron Bentley
  • Date: 2008-03-20 15:36:35 UTC
  • Revision ID: aaron@aaronbentley.com-20080320153635-ywgk5968qpopub9y
cbranch creates parent directories as needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
        self.assertEqual(os.lstat(checkout2.abspath('file')).st_ino,
199
199
                         os.lstat(source.abspath('file')).st_ino)
200
200
 
 
201
 
201
202
def test_suite():
202
203
    return makeSuite(TestBzrTools)