You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/03/18 12:07:07 UTC

[4/5] incubator-brooklyn git commit: Explicitly state that the test is for swift object store.

Explicitly state that the test is for swift object store.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/7ca8b81e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/7ca8b81e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/7ca8b81e

Branch: refs/heads/master
Commit: 7ca8b81eef82d4ad9d5be4b237637e49a7d534b6
Parents: b9e2ef7
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Tue Mar 17 22:18:56 2015 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Tue Mar 17 22:18:56 2015 +0200

----------------------------------------------------------------------
 .../entity/rebind/persister/jclouds/BlobStoreExpiryTest.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/7ca8b81e/locations/jclouds/src/test/java/brooklyn/entity/rebind/persister/jclouds/BlobStoreExpiryTest.java
----------------------------------------------------------------------
diff --git a/locations/jclouds/src/test/java/brooklyn/entity/rebind/persister/jclouds/BlobStoreExpiryTest.java b/locations/jclouds/src/test/java/brooklyn/entity/rebind/persister/jclouds/BlobStoreExpiryTest.java
index 3d98d20..e753a18 100644
--- a/locations/jclouds/src/test/java/brooklyn/entity/rebind/persister/jclouds/BlobStoreExpiryTest.java
+++ b/locations/jclouds/src/test/java/brooklyn/entity/rebind/persister/jclouds/BlobStoreExpiryTest.java
@@ -91,7 +91,7 @@ public class BlobStoreExpiryTest {
     private String provider;
     private String endpoint;
 
-    public synchronized BlobStoreContext getBlobStoreContext() {
+    public synchronized BlobStoreContext getSwiftBlobStoreContext() {
         if (context==null) {
             if (location==null) {
                 Preconditions.checkNotNull(locationSpec, "locationSpec required for remote object store when location is null");
@@ -122,12 +122,12 @@ public class BlobStoreExpiryTest {
         context = null;
     }
 
-    public void testRenewAuthSucceeds() throws Exception {
+    public void testRenewAuthSucceedsInSwiftObjectStore() throws Exception {
         doTestRenewAuth();
     }
     
     protected void doTestRenewAuth() throws Exception {
-        getBlobStoreContext();
+        getSwiftBlobStoreContext();
         
         injectShortLivedTokenForSwiftAuth();