tests passing in queryindex

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

Branch: refs/heads/USERGRID-347
Commit: 532b6620cd9769f39d5ba1cb119f66819fab5df1
Parents: 5f75292
Author: Shawn Feldman <[email protected]>
Authored: Thu Mar 19 14:08:47 2015 -0600
Committer: Shawn Feldman <[email protected]>
Committed: Thu Mar 19 14:08:47 2015 -0600

----------------------------------------------------------------------
 .../test/java/org/apache/usergrid/CoreApplication.java    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/532b6620/stack/core/src/test/java/org/apache/usergrid/CoreApplication.java
----------------------------------------------------------------------
diff --git a/stack/core/src/test/java/org/apache/usergrid/CoreApplication.java 
b/stack/core/src/test/java/org/apache/usergrid/CoreApplication.java
index a48ce4e..99c4654 100644
--- a/stack/core/src/test/java/org/apache/usergrid/CoreApplication.java
+++ b/stack/core/src/test/java/org/apache/usergrid/CoreApplication.java
@@ -145,11 +145,11 @@ public class CoreApplication implements Application, 
TestRule {
     protected void after( Description description ) {
         LOG.info( "Test {}: finish with application", 
description.getDisplayName() );
 
-        try {
-            setup.getEmf().getEntityManager(id).deleteIndex().get();
-        }catch (Exception ee){
-            throw new RuntimeException(ee);
-        }
+//        try {
+//            setup.getEmf().getEntityManager(id).().get();
+//        }catch (Exception ee){
+//            throw new RuntimeException(ee);
+//        }
     }
 
 

Reply via email to