|
@@ -34,7 +34,7 @@ public class TestCopyFiles extends TestCase {
|
|
|
private static final int NFILES = 20;
|
|
|
private static String TEST_ROOT_DIR =
|
|
|
new Path(System.getProperty("test.build.data","/tmp"))
|
|
|
- .toString().replace(" ","+");
|
|
|
+ .toString().replace(' ', '+');
|
|
|
|
|
|
/** class MyFile contains enough information to recreate the contents of
|
|
|
* a single file.
|