~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_knit.py

  • Committer: Martin Pool
  • Date: 2008-07-14 07:39:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3537.
  • Revision ID: mbp@sourcefrog.net-20080714073930-z8nl2c44jal0eozs
Update test for knit.check() to expect it to recurse into fallback vfs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1442
1442
            basis.calls)
1443
1443
 
1444
1444
    def test_check(self):
1445
 
        # check() must not check the fallback files, it's none of its business.
 
1445
        # At the moment checking a stacked knit does implicitly check the
 
1446
        # fallback files.  
1446
1447
        basis, test = self.get_basis_and_test_knit()
1447
 
        basis.check = None
1448
1448
        test.check()
1449
1449
 
1450
1450
    def test_get_parent_map(self):