From 1b7ba17b3daf51f386b5ef403ea167563167c125 Mon Sep 17 00:00:00 2001 From: Kevin Jackson Date: Mon, 21 May 2007 04:41:49 +0000 Subject: [PATCH] -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 --- .../junit/org/apache/tools/ant/taskdefs/DirnameTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java index 842d69e22..7a5b929ce 100644 --- a/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java +++ b/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java @@ -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() {