You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/12/08 23:17:32 UTC

[3/5] incubator-usergrid git commit: fix gcm

fix gcm


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

Branch: refs/heads/two-dot-o
Commit: e9cecff1d0df14691c021fb682a9f84bdb3382ed
Parents: 6224915
Author: Shawn Feldman <sf...@apache.org>
Authored: Mon Dec 8 12:36:24 2014 -0700
Committer: Shawn Feldman <sf...@apache.org>
Committed: Mon Dec 8 12:36:24 2014 -0700

----------------------------------------------------------------------
 .../services/notifications/gcm/NotificationsServiceIT.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e9cecff1/stack/services/src/test/java/org/apache/usergrid/services/notifications/gcm/NotificationsServiceIT.java
----------------------------------------------------------------------
diff --git a/stack/services/src/test/java/org/apache/usergrid/services/notifications/gcm/NotificationsServiceIT.java b/stack/services/src/test/java/org/apache/usergrid/services/notifications/gcm/NotificationsServiceIT.java
index 4b41d13..ce0dca7 100644
--- a/stack/services/src/test/java/org/apache/usergrid/services/notifications/gcm/NotificationsServiceIT.java
+++ b/stack/services/src/test/java/org/apache/usergrid/services/notifications/gcm/NotificationsServiceIT.java
@@ -163,7 +163,7 @@ public class NotificationsServiceIT extends AbstractServiceNotificationIT {
 
         // perform push //
         notification = scheduleNotificationAndWait(notification);
-        checkReceipts(notification, 1);
+        checkReceipts(notification, 2);
     }
 
     @Test