You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jg...@apache.org on 2006/11/01 22:33:01 UTC

svn commit: r470108 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java

Author: jglick
Date: Wed Nov  1 13:33:01 2006
New Revision: 470108

URL: http://svn.apache.org/viewvc?view=rev&rev=470108
Log:
#40019 revision: ${user.variant} need not be set.

Modified:
    ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java

Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java?view=diff&rev=470108&r1=470107&r2=470108
==============================================================================
--- ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java (original)
+++ ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java Wed Nov  1 13:33:01 2006
@@ -174,7 +174,6 @@
     public void testWithRegex() throws Exception {
         executeTarget("testWithRegex");
         assertDebuglogContaining("ant.home=");
-        assertDebuglogContaining("user.variant=");
     }
 
     private void testEchoPrefixVarious(String target) throws Exception {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org