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/10 01:31:44 UTC

[04/14] incubator-usergrid git commit: fix tests

fix tests


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

Branch: refs/heads/USERGRID-252
Commit: 3d9137e34d9080b6ea15de301470bcb7ca704a8f
Parents: 4d04da8
Author: Shawn Feldman <sf...@apache.org>
Authored: Mon Dec 8 09:28:09 2014 -0700
Committer: Shawn Feldman <sf...@apache.org>
Committed: Mon Dec 8 09:28:09 2014 -0700

----------------------------------------------------------------------
 .../usergrid/persistence/index/impl/EntityIndexTest.java       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/3d9137e3/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/EntityIndexTest.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/EntityIndexTest.java b/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/EntityIndexTest.java
index ced682b..d00796d 100644
--- a/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/EntityIndexTest.java
+++ b/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/EntityIndexTest.java
@@ -88,7 +88,7 @@ public class EntityIndexTest extends BaseIT {
         IndexScope indexScope = new IndexScopeImpl( appId, "things" );
         final SearchTypes searchTypes = SearchTypes.fromTypes( entityType );
 
-        insertJsonBlob(entityIndex, entityType, indexScope, "/sample-large.json",100,0);
+        insertJsonBlob(entityIndex, entityType, indexScope, "/sample-large.json",101,0);
 
         entityIndex.refresh();
 
@@ -122,7 +122,7 @@ public class EntityIndexTest extends BaseIT {
         IndexScope indexScope = new IndexScopeImpl( appId, "things" );
         final SearchTypes searchTypes = SearchTypes.fromTypes( entityType );
 
-        insertJsonBlob(entityIndex, entityType, indexScope, "/sample-large.json",100,0);
+        insertJsonBlob(entityIndex, entityType, indexScope, "/sample-large.json",101,0);
 
         entityIndex.refresh();
 
@@ -130,7 +130,7 @@ public class EntityIndexTest extends BaseIT {
 
         entityIndex.addIndex("v2", 1,0);
 
-        insertJsonBlob(entityIndex, entityType, indexScope, "/sample-large.json",100,100);
+        insertJsonBlob(entityIndex, entityType, indexScope, "/sample-large.json",101,100);
 
         entityIndex.refresh();