SF.net SVN: fclient: [239] trunk/sandbox/fcp/test_fcp/test_fcp2_0_message. py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-21 13:12:55
|
Revision: 239
http://fclient.svn.sourceforge.net/fclient/?rev=239&view=rev
Author: jurner
Date: 2008-02-21 05:12:03 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
fix: messages containing data always use terminating 'Data'. Hmm ..Fcp seems to accept both...
Modified Paths:
--------------
trunk/sandbox/fcp/test_fcp/test_fcp2_0_message.py
Modified: trunk/sandbox/fcp/test_fcp/test_fcp2_0_message.py
===================================================================
--- trunk/sandbox/fcp/test_fcp/test_fcp2_0_message.py 2008-02-21 13:11:07 UTC (rev 238)
+++ trunk/sandbox/fcp/test_fcp/test_fcp2_0_message.py 2008-02-21 13:12:03 UTC (rev 239)
@@ -103,7 +103,7 @@
data='ABCDE'
)
msg.send(s)
- self.failUnless(s.bytes == 'AllData\nDataLength=5\nEndMessage\nABCDE')
+ self.failUnless(s.bytes == 'AllData\nDataLength=5\nData\nABCDE')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|