Browse Source

how to break two builds simultaneously: change the wrong file in the wrong repository.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278537 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
657cec004c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/MakeUrlTest.java

+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/MakeUrlTest.java View File

@@ -96,7 +96,7 @@ public class MakeUrlTest extends BuildFileTest {


public void testPath() { public void testPath() {
executeTarget("testPath"); executeTarget("testPath");
assertPropertyContains("testPath", "to-url.xml");
assertPropertyContains("testPath", "makeurl.xml");
} }


/** /**


Loading…
Cancel
Save