~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_controldir/test_controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-12 12:08:58 UTC
  • mto: This revision was merged to the branch mainline in revision 6356.
  • Revision ID: jelmer@samba.org-20111212120858-aouthdns2zpz8lyq
Review tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1195
1195
    def test_get_branches(self):
1196
1196
        repo = self.make_repository('branch-1')
1197
1197
        target_branch = repo.bzrdir.create_branch()
1198
 
        self.assertEqual(repo.bzrdir.get_branches().keys(), [None])
 
1198
        self.assertEqual([None], repo.bzrdir.get_branches().keys())
1199
1199
 
1200
1200
    def test_create_repository(self):
1201
1201
        # a bzrdir can construct a repository for itself.