~bzr/ubuntu/lucid/bzr/beta-ppa

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-08-18 04:26:39 UTC
  • mfrom: (129.1.8 packaging-karmic)
  • Revision ID: mbp@sourcefrog.net-20100818042639-mjoxtngyjwiu05fo
* PPA rebuild for lucid.
* PPA rebuild for karmic.
* PPA rebuild onto jaunty.
* New upstream release.

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."""