What steps will reproduce the problem?
1.run test_ftpd.py
What do you see instead?
======================================================================
FAIL: test_on_incomplete_file_received (__main__.TestCallbacks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_ftpd.py", line 2693, in test_on_incomplete_file_received
self.assertRaises(ftplib.error_temp, self.client.getresp) # 426
AssertionError: error_temp not raised by getresp
======================================================================
FAIL: test_on_incomplete_file_sent (__main__.TestCallbacks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_ftpd.py", line 2653, in test_on_incomplete_file_sent
self.assertEqual(self.client.getline()[:3], "426")
AssertionError: '226' != '426'
- 226
? ^
+ 426
? ^
----------------------------------------------------------------------
Ran 171 tests in 3.153s
FAILED (failures=2)
What version of pyftpdlib are you using? On what operating system? Which
Python version?
pyftpdlib 1.2.0
OpenSuSE 12.3
Python 3.3.0
Original issue reported on code.google.com by zhangpei...@gmail.com on 11 May 2013 at 2:33
Original issue reported on code.google.com by
zhangpei...@gmail.com
on 11 May 2013 at 2:33