You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/05/21 06:41:50 UTC

svn commit: r540025 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java

Author: kevj
Date: Sun May 20 21:41:49 2007
New Revision: 540025

URL: http://svn.apache.org/viewvc?view=rev&rev=540025
Log:
-fix test, build exception messages are different now

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

Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java?view=diff&rev=540025&r1=540024&r2=540025
==============================================================================
--- ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java (original)
+++ ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/DirnameTest.java Sun May 20 21:41:49 2007
@@ -34,15 +34,15 @@
     }
 
     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() {



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