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 al...@apache.org on 2013/05/14 16:25:17 UTC

svn commit: r1482345 - /jackrabbit/oak/trunk/oak-lucene/pom.xml

Author: alexparvulescu
Date: Tue May 14 14:25:17 2013
New Revision: 1482345

URL: http://svn.apache.org/r1482345
Log:
OAK-819 Lucene fulltext on node not working properly - marking failing tests

Modified:
    jackrabbit/oak/trunk/oak-lucene/pom.xml

Modified: jackrabbit/oak/trunk/oak-lucene/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-lucene/pom.xml?rev=1482345&r1=1482344&r2=1482345&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-lucene/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-lucene/pom.xml Tue May 14 14:25:17 2013
@@ -35,6 +35,11 @@
   <properties>
     <tika.version>1.3</tika.version>
     <lucene.version>4.2.0</lucene.version>
+    <known.issues>
+      org.apache.jackrabbit.core.query.FulltextQueryTest <!-- OAK-819 -->
+      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR4 <!-- OAK-819 -->
+      org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR5 <!-- OAK-819 -->
+    </known.issues>
   </properties>
 
   <build>