~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_knit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-14 08:21:19 UTC
  • mfrom: (3517.4.20 stacking)
  • Revision ID: pqm@pqm.ubuntu.com-20080714082119-ju6qe5weo8pp7f1c
merge integrated branch stacking

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):