Browse Source

#40019 revision: ${user.variant} need not be set.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470108 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 18 years ago
parent
commit
766c5b2bbc
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java

+ 0
- 1
src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java View File

@@ -174,7 +174,6 @@ public class EchoPropertiesTest extends BuildFileTest {
public void testWithRegex() throws Exception { public void testWithRegex() throws Exception {
executeTarget("testWithRegex"); executeTarget("testWithRegex");
assertDebuglogContaining("ant.home="); assertDebuglogContaining("ant.home=");
assertDebuglogContaining("user.variant=");
} }


private void testEchoPrefixVarious(String target) throws Exception { private void testEchoPrefixVarious(String target) throws Exception {


Loading…
Cancel
Save