From dev-return-62664-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Jan 06 15:20:15 2005 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 60237 invoked from network); 6 Jan 2005 15:20:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 15:20:14 -0000 Received: (qmail 88024 invoked by uid 500); 6 Jan 2005 15:20:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 87979 invoked by uid 500); 6 Jan 2005 15:20:12 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 87965 invoked by uid 500); 6 Jan 2005 15:20:12 -0000 Received: (qmail 87960 invoked by uid 99); 6 Jan 2005 15:20:12 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 06 Jan 2005 07:20:11 -0800 Received: (qmail 60189 invoked by uid 1539); 6 Jan 2005 15:20:10 -0000 Date: 6 Jan 2005 15:20:10 -0000 Message-ID: <20050106152010.60188.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs LengthTest.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peterreilly 2005/01/06 07:20:10 Modified: src/testcases/org/apache/tools/ant/taskdefs LengthTest.java Log: disabling LengthTest#testEach as it uses a pathconvert to get a list of files and compares this to a list of files returned in the Length task. The order of files in a fileset is not defined, and on my machine it is a different order that than returned by the Length task. Revision Changes Path 1.2 +3 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/LengthTest.java Index: LengthTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/LengthTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LengthTest.java 4 Jan 2005 22:20:44 -0000 1.1 +++ LengthTest.java 6 Jan 2005 15:20:10 -0000 1.2 @@ -34,7 +34,9 @@ } public void testEach() { - executeTarget("testEach"); + // Disable this test as the order of files in a fileset is + // not specified + // executeTarget("testEach"); } public void testAll() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org