You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by rl...@redhat.com on 2013/03/01 20:14:08 UTC

[PATCH 2/2] DTACLOUD-498 - patch - minor corrections

From: Ronelle Landy <rl...@redhat.com>

---
 server/lib/deltacloud/drivers/mock/mock_driver.rb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/lib/deltacloud/drivers/mock/mock_driver.rb b/server/lib/deltacloud/drivers/mock/mock_driver.rb
index 7d7b17b..07c67e2 100644
--- a/server/lib/deltacloud/drivers/mock/mock_driver.rb
+++ b/server/lib/deltacloud/drivers/mock/mock_driver.rb
@@ -499,7 +499,7 @@ module Deltacloud::Drivers::Mock
           :content => blob_data
         })
       end
-      update_bucket_size(bucket_id, :plus
+      update_bucket_size(bucket_id, :plus)
       Blob.new(@client.store(:blobs, blob))
     end
 
@@ -510,7 +510,7 @@ module Deltacloud::Drivers::Mock
       check_credentials(credentials)
       safely do
         raise "NotExistentBlob" unless @client.load_collection(:blobs, blob_id)
-        update_bucket_size(bucket_id, :minus
+        update_bucket_size(bucket_id, :minus)
         @client.destroy(:blobs, blob_id)
       end
     end
-- 
1.7.7.6