Author: dkulp
Date: Mon Dec 8 10:17:47 2008
New Revision: 724433
URL: http://svn.apache.org/viewvc?rev=724433&view=rev
Log:
fix failing test
Modified:
cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/FileUtils.java
Modified:
cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/FileUtils.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/FileUtils.java?rev=724433&r1=724432&r2=724433&view=diff
==============================================================================
--- cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/FileUtils.java
(original)
+++ cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/FileUtils.java
Mon Dec 8 10:17:47 2008
@@ -61,7 +61,7 @@
throw new RuntimeException("The directory "
+ checkExists.getAbsolutePath()
+ " does not exist, please set
java.io.tempdir"
- + "to an existing directory");
+ + " to an existing directory");
}
File f = new File(s, "cxf-tmp-" + x);
while (!f.mkdir()) {