Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A122CD42A for ; Tue, 18 Dec 2012 08:42:46 +0000 (UTC) Received: (qmail 63185 invoked by uid 500); 18 Dec 2012 08:42:45 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 62758 invoked by uid 500); 18 Dec 2012 08:42:43 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 62674 invoked by uid 99); 18 Dec 2012 08:42:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 08:42:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mreutegg@adobe.com designates 64.18.1.242 as permitted sender) Received: from [64.18.1.242] (HELO exprod6og124.obsmtp.com) (64.18.1.242) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 08:42:32 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob124.postini.com ([64.18.5.12]) with SMTP ID DSNKUNAsY/MfmX36m8sAT/yZxfZhf8cyJHL8@postini.com; Tue, 18 Dec 2012 00:42:12 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qBI8gAuN011884 for ; Tue, 18 Dec 2012 00:42:10 -0800 (PST) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qBI8g9XL010825 for ; Tue, 18 Dec 2012 00:42:10 -0800 (PST) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas02.corp.adobe.com (10.8.189.100) with Microsoft SMTP Server (TLS) id 8.3.279.1; Tue, 18 Dec 2012 00:42:09 -0800 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Tue, 18 Dec 2012 08:42:08 +0000 From: Marcel Reutegger To: "dev@jackrabbit.apache.org" Date: Tue, 18 Dec 2012 08:42:06 +0000 Subject: RE: Testing queries in jackrabbit-jcr-commons Thread-Topic: Testing queries in jackrabbit-jcr-commons Thread-Index: Ac3cmx8zcUM27kizRpKqOVbz12uk4QAYBAKg Message-ID: <9C0FC4C8E9C29945B01766FC7F9D389817293D5A8E@eurmbx01.eur.adobe.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > On Mon, Dec 17, 2012 at 10:43 PM, Justin Edelson > wrote: > > I guess we need a separate module named > > jackrabbit-jcr-commons-integration-tests. >=20 > Right. We tried using some dependency version/scope tricks to get > around the need for a separate test component, but that didn't work > out, see [1] and [2] for the details. integration tests for jackrabbit-jcr-commons are currently in jackrabbit-core. I'd say that's currently the easiest way to add tests, since all jackrabbit modules have the same snapshot version. regards marcel