~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_bzrdir/test_bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-19 12:08:42 UTC
  • mfrom: (6437.3.8 2.5)
  • mto: (6437.3.14 2.5)
  • mto: This revision was merged to the branch mainline in revision 6444.
  • Revision ID: jelmer@samba.org-20120119120842-xlq5ru2cqfcurnk9
MergeĀ lp:bzr/2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
693
693
            raise TestNotApplicable('Format does not support colocation')
694
694
        reference = branch.BranchReferenceFormat().initialize(
695
695
            repo.bzrdir, target_branch=target_branch)
696
 
        self.assertEqual(set([None, 'foo']),
 
696
        self.assertEqual(set(["", 'foo']),
697
697
                         set(repo.bzrdir.get_branches().keys()))