~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/tests/test_user_requested_oops.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-26 15:59:33 UTC
  • mfrom: (14602.1.5 remove-zcml-hack)
  • Revision ID: launchpad@pqm.canonical.com-20111226155933-j3rta3zdxa2et8uk
[rs=sinzui][no-qa] Remove zcml symlink,
 TestCaptureOops now setups the an ErrorReportingUtility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
 
8
8
from lazr.restful.utils import get_current_browser_request
9
 
from zope.component import getUtility
10
 
from zope.error.interfaces import IErrorReportingUtility
11
9
 
12
10
from lp.services.webapp.errorlog import (
13
11
    LAZR_OOPS_USER_REQUESTED_KEY,