~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2012-03-13 17:25:29 UTC
  • mfrom: (6499 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6501.
  • Revision ID: v.ladeuil+lp@free.fr-20120313172529-i0suyjnepsor25i7
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    default_tree_format = WorkingTreeFormat3()
123
123
    submod_tests = loader.loadTestsFromModuleNames([
124
124
        'bzrlib.tests.per_intertree.test_compare',
 
125
        'bzrlib.tests.per_intertree.test_file_content_matches',
125
126
        ])
126
127
    test_intertree_permutations = [
127
128
        # test InterTree with two default-format working trees.
134
135
            # -- vila 20090311
135
136
            chk_tree_format = WorkingTreeFormat4()
136
137
            chk_tree_format._get_matchingbzrdir = \
137
 
                lambda:bzrlib.bzrdir.format_registry.make_bzrdir('2a')
 
138
                lambda:bzrlib.controldir.format_registry.make_bzrdir('2a')
138
139
            test_intertree_permutations.append(
139
140
                (InterTree.__name__ + "(CHKInventory)",
140
141
                 InterTree,