~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_branchnamespace.py

  • Committer: Ian Booth
  • Date: 2011-12-22 22:20:19 UTC
  • mfrom: (14585 devel)
  • mto: This revision was merged to the branch mainline in revision 14588.
  • Revision ID: ian.booth@canonical.com-20111222222019-ix679hdgjf3wcc1q
Merge from trunk and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
978
978
        namespace = PersonalNamespace(team)
979
979
        self.assertTrue(namespace.canBranchesBePrivate())
980
980
 
 
981
 
981
982
class TestPersonalNamespaceCanBranchesBePublic(TestCaseWithFactory):
982
983
    """Tests for PersonalNamespace.canBranchesBePublic."""
983
984