Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 77282 invoked by uid 500); 24 Jul 2003 07:16: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 77270 invoked by uid 500); 24 Jul 2003 07:16:25 -0000 Received: (qmail 77267 invoked from network); 24 Jul 2003 07:16:25 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 24 Jul 2003 07:16:25 -0000 Received: (qmail 51570 invoked by uid 1146); 24 Jul 2003 07:16:35 -0000 Date: 24 Jul 2003 07:16:35 -0000 Message-ID: <20030724071635.51569.qmail@icarus.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs PropertyTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2003/07/24 00:16:35 Modified: src/etc/testcases/taskdefs property5.properties src/testcases/org/apache/tools/ant/taskdefs PropertyTest.java Log: Things are even more complicated Revision Changes Path 1.2 +2 -1 ant/src/etc/testcases/taskdefs/property5.properties Index: property5.properties =================================================================== RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/property5.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- property5.properties 24 Jul 2003 07:07:06 -0000 1.1 +++ property5.properties 24 Jul 2003 07:16:34 -0000 1.2 @@ -1,2 +1,3 @@ a=A -b=${a}/${a} +b=${a}/${c}/${a} +c=${a} 1.13 +1 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/PropertyTest.java Index: PropertyTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/PropertyTest.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- PropertyTest.java 24 Jul 2003 07:07:06 -0000 1.12 +++ PropertyTest.java 24 Jul 2003 07:16:34 -0000 1.13 @@ -129,7 +129,7 @@ } public void testThisIsNotACircularReference() { - expectLog("thisIsNotACircularReference", "b is A/A"); + expectLog("thisIsNotACircularReference", "b is A/A/A"); } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org