~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/puller/tests/test_scheduler.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-17 05:39:29 UTC
  • mfrom: (13709.1.1 testfix)
  • Revision ID: launchpad@pqm.canonical.com-20110817053929-3c54eip07nh2rnyr
[testfix][r=lifeless] unbreak testpullermaster oops test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
712
712
        # contents of stderr are logged in an OOPS report.
713
713
        oops_logged = []
714
714
 
715
 
        def new_oops_raising((type, value, tb), request, now):
 
715
        def new_oops_raising((type, value, tb), request):
716
716
            oops_logged.append((type, value, tb))
717
717
 
718
718
        old_oops_raising = errorlog.globalErrorUtility.raising