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 2015/05/01 02:09:03 UTC

[2/7] incubator-usergrid git commit: test passing

test passing


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

Branch: refs/heads/USERGRID-587
Commit: 77a18f596a602cd37b4a109f804f4d4cb8221d1f
Parents: 74359cf
Author: Shawn Feldman <sf...@apache.org>
Authored: Wed Apr 29 17:12:16 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Wed Apr 29 17:12:16 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/77a18f59/stack/core/src/test/java/org/apache/usergrid/persistence/EntityManagerIT.java
----------------------------------------------------------------------
diff --git a/stack/core/src/test/java/org/apache/usergrid/persistence/EntityManagerIT.java b/stack/core/src/test/java/org/apache/usergrid/persistence/EntityManagerIT.java
index f161040..faf22e5 100644
--- a/stack/core/src/test/java/org/apache/usergrid/persistence/EntityManagerIT.java
+++ b/stack/core/src/test/java/org/apache/usergrid/persistence/EntityManagerIT.java
@@ -465,8 +465,8 @@ public class EntityManagerIT extends AbstractCoreIT {
 
         assertEquals( 2, r.size() );
 
-        assertEquals( thing1.getUuid(), r.getEntities().get( 0 ).getUuid() );
-        assertEquals( thing2.getUuid(), r.getEntities().get( 1 ).getUuid() );
+        assertEquals( thing1.getUuid(), r.getEntities().get( 1 ).getUuid() );
+        assertEquals( thing2.getUuid(), r.getEntities().get( 0 ).getUuid() );
     }