Message4524

Author kfitch42
Recipients billiejoex, kfitch42, pjenvey
Date 2009-04-17.14:36:30
SpamBayes Score 2.3244816e-08
Marked as misclassified No
Message-id <1239978991.2.0.241363791219.issue1312@psf.upfronthosting.co.za>
In-reply-to
Content
With the new changes to pyftpdlib things are better. I get two errors:

======================================================================
ERROR: test_permit_privileged_ports (__main__.TestConfigurableOptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_ftpd.py", line 1675, in test_permit_privileged_ports
    socket.getservbyport(port)
  File "test/test_ftpd.py", line 1675, in test_permit_privileged_ports
    socket.getservbyport(port)
  File "/home/kfitch/projects/jython/dist/Lib/socket.py", line 541, in
getservbyport
    raise NotImplementedError("getservbyport not yet supported on jython.")
NotImplementedError: getservbyport not yet supported on jython.

======================================================================
FAIL: test_dele (__main__.TestFtpFsOperations)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_ftpd.py", line 871, in test_dele
    self.assertRaises(ftplib.error_perm, self.client.delete, self.tempdir)
AssertionError: error_perm not raised

----------------------------------------------------------------------
Ran 94 tests in 24.557s

FAILED (failures=1, errors=1)
History
Date User Action Args
2009-04-17 14:36:31kfitch42setmessageid: <1239978991.2.0.241363791219.issue1312@psf.upfronthosting.co.za>
2009-04-17 14:36:31kfitch42setrecipients: + kfitch42, pjenvey, billiejoex
2009-04-17 14:36:30kfitch42linkissue1312 messages
2009-04-17 14:36:30kfitch42create