~lifeless/bzrtools/trunk

« back to all changes in this revision

Viewing changes to tests/blackbox.py

  • Committer: Robert Collins
  • Date: 2008-07-08 04:11:21 UTC
  • mfrom: (623.1.33 bzrtools)
  • Revision ID: robertc@robertcollins.net-20080708041121-lo0k7os2y03uclt2
Merge trunk.

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)