~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/archivesubscriber.txt

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    >>> no_priv = getUtility(IPersonSet).getByName("no-priv")
30
30
    >>> team_cprov = factory.makeTeam(cprov, "Team Cprov")
31
31
    >>> johnsmith.join(team_cprov)
 
32
    >>> logout()
32
33
    >>> from lp.testing.mail_helpers import print_emails
33
34
 
34
35