~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-21 17:09:54 UTC
  • mfrom: (5385.1.1 trivial-NEWS-fileencoding)
  • Revision ID: pqm@pqm.ubuntu.com-20100821170954-efrj80bvw56s5mzc
(parthm) Remove 'encoding' option from NEWS modeline as its an error in Vim
 7.3+ (Parth Malwankar)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    tests,
28
28
    workingtree,
29
29
    )
30
 
from bzrlib.tests import per_controldir
 
30
from bzrlib.tests import per_bzrdir
31
31
 
32
32
 
33
33
def make_scenarios(transport_server, transport_readonly_server, formats):
50
50
        }
51
51
 
52
52
 
53
 
class TestCaseWithWorkingTree(per_controldir.TestCaseWithControlDir):
 
53
class TestCaseWithWorkingTree(per_bzrdir.TestCaseWithBzrDir):
54
54
 
55
55
    def make_branch_and_tree(self, relpath, format=None):
56
56
        made_control = self.make_bzrdir(relpath, format=format)