You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/07/31 19:38:45 UTC

svn commit: r226666 - /lucene/nutch/branches/mapred/src/test/org/apache/nutch/fs/TestNutchFileSystem.java

Author: cutting
Date: Sun Jul 31 10:38:41 2005
New Revision: 226666

URL: http://svn.apache.org/viewcvs?rev=226666&view=rev
Log:
Dot is not portable.

Modified:
    lucene/nutch/branches/mapred/src/test/org/apache/nutch/fs/TestNutchFileSystem.java

Modified: lucene/nutch/branches/mapred/src/test/org/apache/nutch/fs/TestNutchFileSystem.java
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/src/test/org/apache/nutch/fs/TestNutchFileSystem.java?rev=226666&r1=226665&r2=226666&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/src/test/org/apache/nutch/fs/TestNutchFileSystem.java (original)
+++ lucene/nutch/branches/mapred/src/test/org/apache/nutch/fs/TestNutchFileSystem.java Sun Jul 31 10:38:41 2005
@@ -32,7 +32,7 @@
 
   private static final long MEGA = 1024 * 1024;
 
-  private static String ROOT = System.getProperty("test.build.data",".");
+  private static String ROOT = System.getProperty("test.build.data","fs_test");
   private static File CONTROL_DIR = new File(ROOT, "fs_control");
   private static File WRITE_DIR = new File(ROOT, "fs_write");
   private static File READ_DIR = new File(ROOT, "fs_read");