SF.net SVN: fclient: [500] trunk/fcp2/src/fcp2/test_fcp/test_client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-05 11:25:13
|
Revision: 500
http://fclient.svn.sourceforge.net/fclient/?rev=500&view=rev
Author: jUrner
Date: 2008-07-05 04:25:21 -0700 (Sat, 05 Jul 2008)
Log Message:
-----------
beautify
Modified Paths:
--------------
trunk/fcp2/src/fcp2/test_fcp/test_client.py
Modified: trunk/fcp2/src/fcp2/test_fcp/test_client.py
===================================================================
--- trunk/fcp2/src/fcp2/test_fcp/test_client.py 2008-07-05 11:24:52 UTC (rev 499)
+++ trunk/fcp2/src/fcp2/test_fcp/test_client.py 2008-07-05 11:25:21 UTC (rev 500)
@@ -2179,13 +2179,6 @@
('WantWriteDirectory', True)
)
- #msg = self.nextMessage()
- #self.failIf(msg is None)
- #self.assertEqual(msg.name, fcp2.MsgTestDDARequest)
- ##self.assertEqual(msg['Directory'], DIR)
- #self.failIf(not msg['WantWriteDirectory'])
-
-
# respond with a TestDDAReply message
writeContent = 'blah'
fd, fpath = tempfile.mkstemp(dir=DIR)
@@ -2240,10 +2233,6 @@
self.failIf(requestsAll)
- #def testDDAReadDenied(self):
-
- # pass
-
#***********************************************************************************
#
#***********************************************************************************
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|