SF.net SVN: fclient: [406] trunk/sandbox/fcp2/client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-06-28 07:57:56
|
Revision: 406
http://fclient.svn.sourceforge.net/fclient/?rev=406&view=rev
Author: jUrner
Date: 2008-06-28 00:58:02 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
bug #0001965 got fixed. remove fix from client
Modified Paths:
--------------
trunk/sandbox/fcp2/client.py
Modified: trunk/sandbox/fcp2/client.py
===================================================================
--- trunk/sandbox/fcp2/client.py 2008-05-05 11:29:14 UTC (rev 405)
+++ trunk/sandbox/fcp2/client.py 2008-06-28 07:58:02 UTC (rev 406)
@@ -103,13 +103,6 @@
# minor one
#
#FIX: None
-#------------------------------------------------------------------------------------------------------------------------------------------------
-# [0001965: Persistence vs PersistenceType]
-#
-# PersistentGet passes persistence field as "PersistenceType", PersistentPut as "Persistence"
-# already fixed this here in the client
-#
-# FIX: implemented in client
#-------------------------------------------------------------------------------------------------------------------------------------------------
# [0002015: Drop the global queue]
#
@@ -913,9 +906,6 @@
#FIX: remove Started param from PersistentGet / Put
if 'Started' in initialRequest.params:
del initialRequest.params['Started']
- #FIX: [0001965: Persistence vs PersistenceType]
- if 'PersistenceType' in initialRequest.params:
- initialRequest['Persistence'] = initialRequest.params.pop('PersistenceType')
initialRequest['RequestStatus'] |= consts.RequestStatus.Restored
self.events.RequestRestored(initialRequest)
return True
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|