Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 71197 invoked from network); 26 Apr 2010 13:19:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 13:19:08 -0000 Received: (qmail 90870 invoked by uid 500); 26 Apr 2010 13:19:08 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 90805 invoked by uid 500); 26 Apr 2010 13:19:08 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 90797 invoked by uid 99); 26 Apr 2010 13:19:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 13:19:08 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 13:18:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 14F8240E02D6 for ; Mon, 26 Apr 2010 15:18:38 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w39gWtrUe-BH for ; Mon, 26 Apr 2010 15:18:35 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 4DDEE40E02CD; Mon, 26 Apr 2010 15:18:31 +0200 (CEST) From: Stefan Bodewig To: dev@ant.apache.org Subject: Re: move-test fails on Windows7 References: <87ochd19og.fsf@v35516.1blu.de> <4BCF1B59.5070403@apache.org> <87tyr3q1cv.fsf@v35516.1blu.de> <87aasu7fqk.fsf@v35516.1blu.de> <7E9F198E-1A35-4025-B0C5-69E0A124AB87@gmail.com> <87ljcc5ac0.fsf@v35516.1blu.de> X-Draft-From: ("nnfolder:mail.jakarta-ant" 98966) Date: Mon, 26 Apr 2010 15:18:28 +0200 In-Reply-To: (Matt Benson's message of "Mon, 26 Apr 2010 07:41:37 -0500") Message-ID: <87bpd6jqsb.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2010-04-26, Matt Benson wrote: > I'm not sure. We probably need to do a little more testing but I'm on > OSX right now and don't have any Win7 system at my disposal. Later > today I can verify what was returned on XP for new > File("abc").equals(new File("ABC")) . I've attached a patch to Bug 41948 which fixes the test on Windows7 and doesn't make it fail on Linux doing just the following > On 4/25/10, Stefan Bodewig wrote: >> Given that new File("abc").equals(new File("ABC")) on Win7 now we >> probably better modify the test to compare the file names directly >> rather than the File objects. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org