Browse Source

-fix test, build exception messages are different now

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@540025 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
1b7ba17b3d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java

+ 3
- 3
src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java View File

@@ -34,15 +34,15 @@ public class DirnameTest extends BuildFileTest {
}

public void test1() {
expectBuildException("test1", "required attribute missing");
expectBuildException("test1", "property attribute required");
}

public void test2() {
expectBuildException("test2", "required attribute missing");
expectBuildException("test2", "file attribute required");
}

public void test3() {
expectBuildException("test3", "required attribute missing");
expectBuildException("test3", "property attribute required");
}

public void test4() {


Loading…
Cancel
Save