Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 72736 invoked from network); 4 Jul 2008 14:02:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 14:02:00 -0000 Received: (qmail 38891 invoked by uid 500); 4 Jul 2008 14:02:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 38861 invoked by uid 500); 4 Jul 2008 14:02:00 -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 38850 invoked by uid 99); 4 Jul 2008 14:02:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 07:02:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Jul 2008 14:01:07 +0000 Received: (qmail invoked by alias); 04 Jul 2008 14:00:26 -0000 Received: from l2tp.day.com (EHLO [192.168.10.167]) [62.192.10.243] by mail.gmx.net (mp042) with SMTP; 04 Jul 2008 16:00:26 +0200 X-Authenticated: #894343 X-Provags-ID: V01U2FsdGVkX18DOJk/oYwDvPXHWWajvn7iHo1aU/JG4ZAmnvsZ+a jsmLu2Uq+sbVVI Message-ID: <486E2CF9.8020709@gmx.net> Date: Fri, 04 Jul 2008 16:00:25 +0200 From: Marcel Reutegger User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: Question on TCK References: <486C8A05.4060709@gmail.com> In-Reply-To: <486C8A05.4060709@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6899999999999999 X-Virus-Checked: Checked by ClamAV on apache.org Hi, The Jackrabbit project does not host the official TCK, it only serves as a basis for a potentially upcoming maintenance release of the TCK. Please make sure you run the TCK with a current exclude list. See: http://www.day.com/site/en/index/related/downloads/technology_compatibility.html If the buggy test cases is not on the exclude list then you should contact the JSR 170 EG and request adding the test case to the list. regards marcel Naresh Devnani wrote: > Hello Team, > > I am developing a JSR-170 interface for a content repository and started > testing my code using TCK, that I downloaded from Day's website. There > are some tests that are failing and when I looked at TCK source, I found > some issues in the code. So, I contacted Day to find out if there is new > version of TCK and they asked me to send the email to this list. > > I looked at Jackrabbit 1.4 source for tests and I could see that the > issues I encountered have been fixed. Can I just include these tests > classes in TCK web-app or is their a official version of TCK which I > have to use for my testing? As per TCK docs, I should not be modifying > TCK web-app and hence I wanted to confirm before I change the test jar > file. > > Thanks for your help. > > Regards, > Naresh > > >