You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by th...@apache.org on 2012/09/12 13:34:37 UTC

svn commit: r1383891 - /jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/query/QueryTest.java

Author: thomasm
Date: Wed Sep 12 11:34:37 2012
New Revision: 1383891

URL: http://svn.apache.org/viewvc?rev=1383891&view=rev
Log:
OAK-288 QueryTests should use the NodeStore apis - enable the test, but comment out just those few that currently fail because of OAK-288

Modified:
    jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/query/QueryTest.java

Modified: jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/query/QueryTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/query/QueryTest.java?rev=1383891&r1=1383890&r2=1383891&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/query/QueryTest.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/query/QueryTest.java Wed Sep 12 11:34:37 2012
@@ -35,7 +35,6 @@ import org.apache.jackrabbit.oak.api.Cor
 import org.apache.jackrabbit.oak.api.Result;
 import org.apache.jackrabbit.oak.api.ResultRow;
 import org.apache.jackrabbit.oak.core.DefaultConflictHandler;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -54,7 +53,6 @@ public class QueryTest extends AbstractQ
     }
 
     @Test
-    @Ignore("OAK-288")
     public void sql2Explain() throws Exception {
         test("sql2_explain.txt");
     }