~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_controldir_colo/test_supported.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-24 21:59:21 UTC
  • mfrom: (5363.2.22 controldir-1)
  • Revision ID: pqm@pqm.ubuntu.com-20100824215921-p4nheij9k4x6i1jw
(jelmer) Split generic interface code out of bzrlib.bzrdir.BzrDir into
 bzrlib.controldir.ControlDir. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    get_transport,
26
26
    )
27
27
 
28
 
from bzrlib.tests.per_bzrdir_colo import (
29
 
    TestCaseWithBzrDir,
 
28
from bzrlib.tests.per_controldir_colo import (
 
29
    TestCaseWithControlDir,
30
30
    )
31
31
 
32
32
 
33
 
class TestColocatedBranchSupport(TestCaseWithBzrDir):
 
33
class TestColocatedBranchSupport(TestCaseWithControlDir):
34
34
 
35
35
    def test_destroy_colocated_branch(self):
36
36
        branch = self.make_branch('branch')