Author: ptahchiev
Date: Tue Jan 20 14:29:21 2009
New Revision: 736142

URL: http://svn.apache.org/viewvc?rev=736142&view=rev
Log:
Get the fullPath is for me better.

Modified:
    
jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/AntTestCase.java

Modified: 
jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/AntTestCase.java
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/AntTestCase.java?rev=736142&r1=736141&r2=736142&view=diff
==============================================================================
--- 
jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/AntTestCase.java
 (original)
+++ 
jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/AntTestCase.java
 Tue Jan 20 14:29:21 2009
@@ -369,7 +369,7 @@
         File testInputDir = new File(testInputDirProperty);
         assertTrue("The system property 'testinput.dir' must point to an "
             + "existing directory"
-            + ". Could not find directory: " + testInputDirProperty,
+            + ". Could not find directory: " + testInputDir.getAbsolutePath(),
             testInputDir.isDirectory());
         File buildFile = new File(testInputDir, theFileName);
         assertTrue("The test input " + theFileName + " does not exist",



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org

Reply via email to