/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-08-16 13:12:40 UTC
  • mfrom: (6071 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6076.
  • Revision ID: v.ladeuil+lp@free.fr-20110816131240-gcyn9cik86dxwgz3
Merge into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
import bzrlib
26
26
from bzrlib import (
27
 
    errors,
28
27
    revisiontree,
29
28
    tests,
30
29
    )
39
38
    TestCaseWithTree,
40
39
    )
41
40
from bzrlib.tree import InterTree
42
 
from bzrlib.workingtree import (
43
 
    WorkingTreeFormat3,
44
 
    )
 
41
from bzrlib.workingtree_3 import WorkingTreeFormat3
45
42
from bzrlib.workingtree_4 import WorkingTreeFormat4
46
43
 
47
44
 
125
122
    default_tree_format = WorkingTreeFormat3()
126
123
    submod_tests = loader.loadTestsFromModuleNames([
127
124
        'bzrlib.tests.per_intertree.test_compare',
 
125
        'bzrlib.tests.per_intertree.test_file_content_matches',
128
126
        ])
129
127
    test_intertree_permutations = [
130
128
        # test InterTree with two default-format working trees.