~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2010-08-21 16:06:24 UTC
  • mto: This revision was merged to the branch mainline in revision 5389.
  • Revision ID: jelmer@samba.org-20100821160624-qer8toywwwxeqkmx
Rename TestCaseWithBzrDir -> TestCaseWithControlDir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    multiply_tests,
39
39
    test_server,
40
40
    )
41
 
from bzrlib.tests.per_controldir.test_controldir import TestCaseWithBzrDir
 
41
from bzrlib.tests.per_controldir.test_controldir import TestCaseWithControlDir
42
42
from bzrlib.transport import memory
43
43
 
44
44
 
97
97
    return format_scenarios
98
98
 
99
99
 
100
 
class TestCaseWithRepository(TestCaseWithBzrDir):
 
100
class TestCaseWithRepository(TestCaseWithControlDir):
101
101
 
102
102
    def make_repository(self, relpath, shared=False, format=None):
103
103
        if format is None: