[issue19125] duplicate test name in Lib/test/test_smtplib.py

2013-09-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset f501475d88de by Benjamin Peterson in branch '3.3': fix test to run and test that smtpd does support ELHO (closes #19125) http://hg.python.org/cpython/rev/f501475d88de New changeset d55f911c4c9d by Benjamin Peterson in branch 'default': merge 3.3 (#1

[issue19125] duplicate test name in Lib/test/test_smtplib.py

2013-09-29 Thread Xavier de Gaye
New submission from Xavier de Gaye: Duplicate method names: ./Lib/test/test_smtplib.py:249 DebuggingServerTests.testNotImplemented Attached patch fixes this: the first method has been renamed to testEHLO since the channel_class of the DebuggingServer is SMTPChannel, and SMTPChannel does support