~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_tree/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2010-08-31 08:25:15 UTC
  • mfrom: (5247.7.1 catch-them-all)
  • mto: This revision was merged to the branch mainline in revision 5400.
  • Revision ID: v.ladeuil+lp@free.fr-20100831082515-an9mtdmhalo7xaq0
Merge catch-them-all into more-ignored-exceptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
from bzrlib import (
29
29
    errors,
30
 
    osutils,
31
 
    progress,
32
30
    tests,
33
31
    transform,
34
32
    )
35
 
from bzrlib.tests.per_bzrdir.test_bzrdir import TestCaseWithBzrDir
 
33
from bzrlib.tests.per_controldir.test_controldir import TestCaseWithControlDir
36
34
from bzrlib.tests.per_workingtree import (
37
35
    make_scenarios as wt_make_scenarios,
38
36
    make_scenario as wt_make_scenario,
39
37
    )
40
 
from bzrlib.revision import NULL_REVISION
41
38
from bzrlib.revisiontree import RevisionTree
42
39
from bzrlib.transform import TransformPreview
43
40
from bzrlib.workingtree import (
44
41
    WorkingTreeFormat,
45
 
    WorkingTreeFormat3,
46
42
    _legacy_formats,
47
43
    )
48
44
from bzrlib.workingtree_4 import (
98
94
        self.assertIsInstance(tree, RevisionTree)
99
95
 
100
96
 
101
 
class TestCaseWithTree(TestCaseWithBzrDir):
 
97
class TestCaseWithTree(TestCaseWithControlDir):
102
98
 
103
99
    def make_branch_and_tree(self, relpath):
104
100
        made_control = self.make_bzrdir(relpath, format=