psychoone7 / pyftpdlib

Automatically exported from code.google.com/p/pyftpdlib
Other
0 stars 0 forks source link

test failed on python3.3.0 openSuSE 12.3 64bits #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This is a false positive which I tried to address in r1258 and r1259.
I'm going to close this out for now.    

Original comment by g.rodola on 11 Apr 2014 at 9:32