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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]