~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/bug-views.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-24 15:03:01 UTC
  • mto: (14600.2.1 move-webapp)
  • mto: This revision was merged to the branch mainline in revision 14601.
  • Revision ID: curtis.hovey@canonical.com-20111224150301-2vqz2xl0kw3i7dix
moved LaunchpadFormHarness to lp.testing.deprecated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
607
607
    >>> firefox_task = bug_one.bugtasks[0]
608
608
    >>> firefox_task.bugtargetdisplayname
609
609
    u'Mozilla Firefox'
610
 
    >>> from canonical.launchpad.ftests import LaunchpadFormHarness
 
610
    >>> from lp.testing.deprecated import LaunchpadFormHarness
611
611
    >>> bug_edit = LaunchpadFormHarness(firefox_task, BugEditViewTest)
612
612
 
613
613
Initially, the normal edit page is shown, with a single button.