← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/testfix-product-project-display-name into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/testfix-product-project-display-name into lp:launchpad.

Commit message:
Fix test failure in projectgroup.txt.

Requested reviews:
  Colin Watson (cjwatson)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/testfix-product-project-display-name/+merge/273398

Fix test failure in projectgroup.txt.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/registry/doc/projectgroup.txt'
--- lib/lp/registry/doc/projectgroup.txt	2015-06-26 14:15:12 +0000
+++ lib/lp/registry/doc/projectgroup.txt	2015-10-05 12:59:28 +0000
@@ -34,7 +34,7 @@
     >>> from lp.registry.interfaces.person import IPersonSet
     >>> no_priv = getUtility(IPersonSet).getByName('no-priv')
     >>> test_project = projectset.new(
-    ...     name='project-test', displayname='Test Project',
+    ...     name='project-test', display_name='Test Project',
     ...     title='Just a test project', homepageurl=None,
     ...     summary='Mandatory summary', description='blah',
     ...     owner=no_priv)


References