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 koobs
Recipients koobs
Date 2013-09-30.09:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380533250.94.0.739399137718.issue19133@psf.upfronthosting.co.za>
In-reply-to
Content
Test failure observed on koobs-freebsd9 on default branch with changeset: 220b34cbd711c28938ea5d980636202c51ab1fbb

Subsequent forced rebuild succeeded with no failure.
 
======================================================================
FAIL: test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_ftplib.py", line 723, in test_with_statement
    self.assertEqual(self.server.handler_instance.last_received_cmd, 'quit')
AssertionError: 'noop' != 'quit'
- noop
+ quit
History
Date User Action Args
2013-09-30 09:27:30koobssetrecipients: + koobs
2013-09-30 09:27:30koobssetmessageid: <1380533250.94.0.739399137718.issue19133@psf.upfronthosting.co.za>
2013-09-30 09:27:30koobslinkissue19133 messages
2013-09-30 09:27:30koobscreate