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/05/08 21:35:42 UTC

incubator-usergrid git commit: add paging back in

Repository: incubator-usergrid
Updated Branches:
  refs/heads/two-dot-o-dev 4907b2212 -> cf8b55159


add paging back in


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

Branch: refs/heads/two-dot-o-dev
Commit: cf8b551597cdb34fed16075ca2db62f4e5cd2f48
Parents: 4907b22
Author: Shawn Feldman <sf...@apache.org>
Authored: Fri May 8 13:26:45 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Fri May 8 13:26:45 2015 -0600

----------------------------------------------------------------------
 .../src/test/java/org/apache/usergrid/persistence/GeoIT.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cf8b5515/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
----------------------------------------------------------------------
diff --git a/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java b/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
index cbf1e9b..585735a 100644
--- a/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
+++ b/stack/core/src/test/java/org/apache/usergrid/persistence/GeoIT.java
@@ -444,7 +444,7 @@ public class GeoIT extends AbstractCoreIT {
         }
 
         app.refreshIndex();
-        Thread.sleep(1000);
+        Thread.sleep(2000);
 
         // earth's circumference is 40,075 kilometers. Up it to 50,000kilometers
                 // just to be save
@@ -459,7 +459,7 @@ public class GeoIT extends AbstractCoreIT {
 
             for (Entity entity : results.getEntities()) {
                 //TODO:can we assert order
-//                assertEquals(String.valueOf(count), entity.getName());
+                assertEquals(String.valueOf(count), entity.getName());
                 count++;
             }