~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_create_checkout.py

  • Committer: Martin Pool
  • Date: 2010-02-10 00:28:39 UTC
  • mfrom: (5017 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5018.
  • Revision ID: mbp@canonical.com-20100210002839-tn92bhjk7g6bisb5
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from bzrlib import (
20
20
    branch,
21
21
    )
22
 
from bzrlib.remote import RemoteBranch
23
 
from bzrlib.tests.per_branch.test_branch import TestCaseWithBranch
24
 
 
25
 
 
26
 
class TestCreateCheckout(TestCaseWithBranch):
 
22
from bzrlib.tests import per_branch
 
23
 
 
24
 
 
25
class TestCreateCheckout(per_branch.TestCaseWithBranch):
27
26
 
28
27
    def test_checkout_format(self):
29
28
        """Make sure the new checkout uses the desired branch format."""