You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/06/11 22:02:45 UTC

[4/5] incubator-usergrid git commit: unignore

unignore


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

Branch: refs/heads/USERGRID-739
Commit: effa5d598420b1accad1035a11948faac27f3022
Parents: 35303cb
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu Jun 11 11:34:39 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu Jun 11 11:34:39 2015 -0600

----------------------------------------------------------------------
 .../apache/usergrid/rest/applications/ApplicationResourceIT.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/effa5d59/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationResourceIT.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationResourceIT.java b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationResourceIT.java
index 02678db..4ce3396 100644
--- a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationResourceIT.java
+++ b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/ApplicationResourceIT.java
@@ -427,7 +427,6 @@ public class ApplicationResourceIT extends AbstractRestIT {
      * Update the default auth token TTL for an application
      */
     @Test
-    @Ignore
     public void updateAccessTokenTtl() throws Exception {
 
         String orgName = clientSetup.getOrganizationName().toLowerCase();