~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/test_person_view.py

[rs=buildbot-poller] automatic merge from stable. Revisions: 14116,
        14117, 14118, 14119, 14120 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
        self.assertTrue(self.view.form_fields['name'].for_display)
281
281
        self.assertEqual(
282
282
            self.view.widgets['name'].hint,
283
 
            "This user has an active PPA with packages published and "
 
283
            "This person has an active PPA with packages published and "
284
284
            "may not be renamed.")
285
285
 
286
286
    def test_cannot_rename_with_deleting_PPA(self):