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/08/10 23:30:54 UTC

incubator-usergrid git commit: Fixed broken test in core due to changing space.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-903-two-dot-o f65eac68c -> 566046bae


Fixed broken test in core due to changing space.


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

Branch: refs/heads/USERGRID-903-two-dot-o
Commit: 566046bae8c9d8dda1337e02851adf27685068cd
Parents: f65eac6
Author: GERey <gr...@apigee.com>
Authored: Mon Aug 10 14:30:51 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Mon Aug 10 14:30:51 2015 -0700

----------------------------------------------------------------------
 .../apache/usergrid/persistence/index/impl/EntityIndexTest.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/566046ba/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 ca9bf79..e46fa89 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
@@ -393,8 +393,6 @@ public class EntityIndexTest extends BaseIT {
 
         testQuery(scope, searchTypes, entityIndex, "name = 'Minerva Harrell' and age <= 40", 1 );
 
-        testQuery(scope, searchTypes, entityIndex, "name = 'Morgan* '", 1 );
-
         testQuery(scope, searchTypes, entityIndex, "name = 'Morgan*'", 1 );