~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/browser/tests/question-subscribe_me.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-20 13:01:44 UTC
  • mfrom: (13980.3.33 page-title-0)
  • Revision ID: launchpad@pqm.canonical.com-20110920130144-y6hc061u53bbokux
[rs=sinzui][bug=853919] Move page_titles into views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
This test makes sure that it is possible to subscribe to the question
5
5
whatever the action used.
6
6
 
7
 
    >>> from canonical.launchpad.browser import QuestionWorkflowView
 
7
    >>> from lp.answers.browser.question import QuestionWorkflowView
8
8
    >>> from canonical.launchpad.ftests import LaunchpadFormHarness
9
9
    >>> from canonical.launchpad.webapp.interfaces import ILaunchBag
10
10
    >>> from lp.registry.interfaces.product import IProductSet