Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 97836 invoked from network); 22 Apr 2004 20:18:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Apr 2004 20:18:46 -0000 Received: (qmail 24996 invoked by uid 500); 22 Apr 2004 20:18:25 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 24963 invoked by uid 500); 22 Apr 2004 20:18:25 -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 24932 invoked by uid 500); 22 Apr 2004 20:18:25 -0000 Received: (qmail 24921 invoked from network); 22 Apr 2004 20:18:25 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 22 Apr 2004 20:18:25 -0000 Received: (qmail 97744 invoked by uid 1818); 22 Apr 2004 20:18:36 -0000 Date: 22 Apr 2004 20:18:36 -0000 Message-ID: <20040422201836.97743.qmail@minotaur.apache.org> From: mbenson@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/etc/testcases/taskdefs java.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N mbenson 2004/04/22 13:18:35 Modified: src/etc/testcases/taskdefs java.xml Log: Incorporate to improve the chances of a pass on Windows. :( Also make the failures more instructive for redirect* testcases. Revision Changes Path 1.14 +128 -56 ant/src/etc/testcases/taskdefs/java.xml Index: java.xml =================================================================== RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/java.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- java.xml 27 Mar 2004 21:24:15 -0000 1.13 +++ java.xml 22 Apr 2004 20:18:35 -0000 1.14 @@ -7,7 +7,7 @@ - + @@ -169,105 +169,162 @@ + + + - - - - - - - + + + + + + + + + + + ${outfile}: +"${redirect.out.contents}" expected "foo" + + + - + + +redirect.err="${redirect.err}" should be empty + + + + - - - - - - - - + + + + + + + + - + + ${outfile}: +"${redirect.out.contents2}" expected "foobar" + + + + + + + +redirect.err="${redirect.err}" should be empty + + + + + output="${outfile}" + error="${errfile}"> + - - - + - - + + + + + + + + + + + ${outfile}: +"${redirect.out.contents}" expected "foo" + + + - + + ${errfile} differs from ${outfile} + + + + + - - - - - - - - - + + + + + + + + - + + ${outfile}: +"${redirector.out.contents}" expected "foo" + + + + + + + ${errfile} exists but should not - @@ -275,26 +332,41 @@ + - - - - + - - + + + + + + + + + + + + + ${outfile}: +"${redirector.out.contents}" expected "foofoo" + + + - + + ${errfile}: +"${redirector.err.contents}" expected "bar" + - --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org