~lifeless/python-oops-tools/polish

« back to all changes in this revision

Viewing changes to src/oopstools/oops/test/bug-672984.txt

  • Committer: Tarmac
  • Author(s): Robert Collins
  • Date: 2011-11-03 00:10:44 UTC
  • mfrom: (11.1.4 amqp-polish)
  • Revision ID: launchpad@pqm.canonical.com-20111103001044-bohc04291gjlw30f
Back out the change to use upper in amqp2disk, and instead change the lookup process to do what it advertised.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    >>> pprint(
20
20
    ...     [(oops, oops.http_method) for oops in
21
21
    ...      sorted(found_oopses, key=lambda oops: oops.date)])
22
 
    [(<Oops: OOPS-1308X1>, u'1234567890')] 
 
22
    [(<Oops: OOPS-1308x1>, u'1234567890')] 
23
23
 
24
24
Reset the database.
25
25