You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/07/23 02:26:32 UTC

[2/2] incubator-usergrid git commit: Fixed issue where the test properties weren't being properly reloaded.

Fixed issue where the test properties weren't being properly reloaded.


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

Branch: refs/heads/USERGRID-869
Commit: c8d616a901951dacb89c4afef1090a4b9d15e3f7
Parents: ca8d1c3
Author: GERey <gr...@apigee.com>
Authored: Wed Jul 22 17:26:28 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Wed Jul 22 17:26:28 2015 -0700

----------------------------------------------------------------------
 .../usergrid/rest/applications/assets/AwsAssetResourceIT.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/c8d616a9/stack/rest/src/test/java/org/apache/usergrid/rest/applications/assets/AwsAssetResourceIT.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/assets/AwsAssetResourceIT.java b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/assets/AwsAssetResourceIT.java
index 1bd8dc1..e512224 100644
--- a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/assets/AwsAssetResourceIT.java
+++ b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/assets/AwsAssetResourceIT.java
@@ -74,7 +74,7 @@ public class AwsAssetResourceIT extends AbstractRestIT {
 
     @Before
     public void setup(){
-        Map<String, Object> originalProperties = getRemoteTestProperties();
+        originalProperties = getRemoteTestProperties();
         setTestProperty(PROPERTIES_USERGRID_BINARY_UPLOADER, "AWS");