Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3669DD6F1 for ; Tue, 14 May 2013 15:21:05 +0000 (UTC) Received: (qmail 57619 invoked by uid 500); 14 May 2013 15:21:05 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 57596 invoked by uid 500); 14 May 2013 15:21:04 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 57581 invoked by uid 99); 14 May 2013 15:21:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 15:21:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 15:21:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C086B23888E4; Tue, 14 May 2013 15:20:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1482382 - /jackrabbit/oak/trunk/oak-lucene/pom.xml Date: Tue, 14 May 2013 15:20:43 -0000 To: oak-commits@jackrabbit.apache.org From: alexparvulescu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130514152043.C086B23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexparvulescu Date: Tue May 14 15:20:43 2013 New Revision: 1482382 URL: http://svn.apache.org/r1482382 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=1482382&r1=1482381&r2=1482382&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-lucene/pom.xml (original) +++ jackrabbit/oak/trunk/oak-lucene/pom.xml Tue May 14 15:20:43 2013 @@ -39,6 +39,7 @@ org.apache.jackrabbit.core.query.FulltextQueryTest org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR4 org.apache.jackrabbit.core.query.JoinTest#testJoinWithOR5 + org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexQueryTest