[Zope3-checkins] CVS: Zope3/lib/python/Zope/Server/FTP/tests - testFTPServer.py:1.6

Stephan Richter srichter@cbu.edu
Fri, 20 Dec 2002 15:42:46 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/FTP/tests
In directory cvs.zope.org:/tmp/cvs-serv20861/FTP/tests

Modified Files:
	testFTPServer.py 
Log Message:
Guido pointed out that the error of the FTP bug was on my side, so I fixed it.


=== Zope3/lib/python/Zope/Server/FTP/tests/testFTPServer.py 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/Server/FTP/tests/testFTPServer.py:1.5	Fri Dec 20 04:49:23 2002
+++ Zope3/lib/python/Zope/Server/FTP/tests/testFTPServer.py	Fri Dec 20 15:42:15 2002
@@ -184,8 +184,7 @@
         self.assertEqual(self.execute('HELP', 1), result)
 
 
-    # XXX: Test disabled due to ftplib error.
-    def XXXtestLIST(self):
+    def testLIST(self):
         conn = ftplib.FTP()
         try:
             conn.connect(LOCALHOST, self.port)