~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_controldir_colo/test_unsupported.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:
29
29
    )
30
30
 
31
31
from bzrlib.tests.per_controldir_colo import (
32
 
    TestCaseWithBzrDir,
 
32
    TestCaseWithControlDir,
33
33
    )
34
34
 
35
35
 
36
 
class TestNoColocatedSupport(TestCaseWithBzrDir):
 
36
class TestNoColocatedSupport(TestCaseWithControlDir):
37
37
 
38
38
    def make_bzrdir_with_repo(self):
39
39
        # a bzrdir can construct a branch and repository for itself.