From oak-dev-return-606-apmail-jackrabbit-oak-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Apr 10 13:55:10 2012 Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0C1E9FAA for ; Tue, 10 Apr 2012 13:55:10 +0000 (UTC) Received: (qmail 64207 invoked by uid 500); 10 Apr 2012 13:55:10 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 64176 invoked by uid 500); 10 Apr 2012 13:55:10 -0000 Mailing-List: contact oak-dev-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-dev@jackrabbit.apache.org Received: (qmail 64166 invoked by uid 99); 10 Apr 2012 13:55:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 13:55:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of julian.reschke@gmx.de designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Apr 2012 13:55:02 +0000 Received: (qmail invoked by alias); 10 Apr 2012 13:54:40 -0000 Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp032) with SMTP; 10 Apr 2012 15:54:40 +0200 X-Authenticated: #1915285 X-Provags-ID: V01U2FsdGVkX19r2IAz/89rGDiY/rQpNFGKqS2K/nSdcHnMKM377R 64AXg27nEzbi0L Message-ID: <4F843B9B.5090704@gmx.de> Date: Tue, 10 Apr 2012 15:54:35 +0200 From: Julian Reschke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: oak-dev@jackrabbit.apache.org CC: Thomas Mueller Subject: Re: test case failures References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 2012-04-10 15:15, Thomas Mueller wrote: > Hi, > >> testAbsoluteRelative(org.apache.jackrabbit.mk.fs.FileSystemTest) > > I guess you use Windows? I think this should be fixed in revision #1311705 > - could you try this please (I don't have Windows currently, but from the > Javadocs I think I know what was wrong)? If it's still failing, could you > tell me which line failed exactly (there are 3 tests in this method)? > > Regards, > Thomas This one (still) fails: assertTrue(FileUtils.isAbsolute("/test/abc")); And yes, Windows 7. Best regards, Julian PS: I'll have a look as well.