~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2010-04-08 04:34:03 UTC
  • mfrom: (5138 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5139.
  • Revision ID: robertc@robertcollins.net-20100408043403-56z0d07vdqrx7f3t
Update bugfix for 528114 to trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2007 Canonical Ltd
 
1
# Copyright (C) 2007, 2009, 2010 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
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."""