This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients barry, pitrou, r.david.murray
Date 2011-08-20.01:07:21
SpamBayes Score 0.001546646
Marked as misclassified No
Message-id <1313802442.52.0.218487753455.issue12788@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -R 3:2 test_email
[1/1] test_email
beginning 5 repetitions
12345
Warning -- sys.path was modified by test_email
test test_email failed -- Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_email/test_policy.py", line 136, in test_overriden_register_defect_works
    self.assertEqual(my_policy.defects, [defect1])
AssertionError: Lists differ: [MyDefect('one',), MyDefect('t... != [MyDefect('one',)]

First differing element 0:
one
one

First list contains 2 additional elements.
First extra element 1:
two

- [MyDefect('one',), MyDefect('two',), MyDefect('one',)]
+ [MyDefect('one',)]

1 test failed:
    test_email
History
Date User Action Args
2011-08-20 01:07:22pitrousetrecipients: + pitrou, barry, r.david.murray
2011-08-20 01:07:22pitrousetmessageid: <1313802442.52.0.218487753455.issue12788@psf.upfronthosting.co.za>
2011-08-20 01:07:21pitroulinkissue12788 messages
2011-08-20 01:07:21pitroucreate