SF.net SVN: fclient: [309] trunk/sandbox/fcp2/test_fcp/test_client.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-03-04 17:39:46
|
Revision: 309 http://fclient.svn.sourceforge.net/fclient/?rev=309&view=rev Author: jurner Date: 2008-03-04 09:39:46 -0800 (Tue, 04 Mar 2008) Log Message: ----------- fix for new key module Modified Paths: -------------- trunk/sandbox/fcp2/test_fcp/test_client.py Modified: trunk/sandbox/fcp2/test_fcp/test_client.py =================================================================== --- trunk/sandbox/fcp2/test_fcp/test_client.py 2008-03-04 17:39:14 UTC (rev 308) +++ trunk/sandbox/fcp2/test_fcp/test_client.py 2008-03-04 17:39:46 UTC (rev 309) @@ -2069,7 +2069,7 @@ myKey = 'USK@aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,AAAAAAA' msg = client.message.Message( consts.Message.ClientPut, - URI=myKey + '/foo', + URI=myKey + '/foo/0', Persistence=consts.Persistence.Connection, ) self.fcpClient._registerRequest(msg, consts.RequestType.PutData) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |