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/24 19:07:33 UTC

incubator-usergrid git commit: Added fix for account prop that has been removed.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-869 1fe4fe7b3 -> 939b726ba


Added fix for account prop that has been removed.


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

Branch: refs/heads/USERGRID-869
Commit: 939b726baf318e82ed076910e15a232110e5de1c
Parents: 1fe4fe7
Author: GERey <gr...@apigee.com>
Authored: Fri Jul 24 10:07:31 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Fri Jul 24 10:07:31 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/939b726b/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 2914371..2bdc5d5 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
@@ -52,7 +52,6 @@ import com.sun.jersey.multipart.FormDataMultiPart;
 
 import net.jcip.annotations.NotThreadSafe;
 
-import static org.apache.usergrid.management.AccountCreationProps.PROPERTIES_SYSADMIN_EMAIL;
 import static org.apache.usergrid.management.AccountCreationProps.PROPERTIES_USERGRID_BINARY_UPLOADER;
 import static org.apache.usergrid.utils.MapUtils.hashMap;
 import static org.junit.Assert.assertEquals;