Issue 8474: Duplicate tests in email test suite (original) (raw)

Issue8474

Created on 2010-04-20 17:58 by l0nwlf, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_email.patch l0nwlf,2010-04-20 17:58 Patch to remove duplicity in email test-suite
Messages (2)
msg103739 - (view) Author: Shashwat Anand (l0nwlf) Date: 2010-04-20 17:58
In trunk/Lib/email/test/test_email.py, test_default_cte() is repeated twice, one being the subset of other. Attached patch resolve the duplicity.
msg103953 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-04-22 11:32
Fixed in r80350 (trunk), r80352 (release26-maint), r80353 (py3k) and r80354 (release31-maint), thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52720
2010-04-22 11:32:44 ezio.melotti set status: open -> closedpriority: normalversions: + Python 2.6nosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2010-04-20 17:58:38 l0nwlf create