~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/test_basis_inventory.py

  • Committer: Mark Hammond
  • Date: 2008-12-28 05:21:23 UTC
  • mfrom: (3920 +trunk)
  • mto: (3932.1.1 prepare-1.11)
  • mto: This revision was merged to the branch mainline in revision 3937.
  • Revision ID: mhammond@skippinet.com.au-20081228052123-f78xs5sbdkotshwf
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        # This test is not applicable to DirState based trees: the basis is
31
31
        # not separate is mandatory.
32
32
        if isinstance(self.workingtree_format,
33
 
            bzrlib.workingtree_4.WorkingTreeFormat4):
 
33
            bzrlib.workingtree_4.DirStateWorkingTreeFormat):
34
34
            raise TestNotApplicable("not applicable to %r"
35
35
                % (self.workingtree_format,))
36
36
        # TODO: jam 20051218 this probably should add more than just
69
69
        # This test is not applicable to DirState based trees: the basis is
70
70
        # not separate and ignorable.
71
71
        if isinstance(self.workingtree_format,
72
 
            bzrlib.workingtree_4.WorkingTreeFormat4):
 
72
            bzrlib.workingtree_4.DirStateWorkingTreeFormat):
73
73
            raise TestNotApplicable("not applicable to %r"
74
74
                % (self.workingtree_format,))
75
75
        t = self.make_branch_and_tree('.')