|
@@ -81,7 +81,7 @@ public class TestJavaSerialization extends TestCase {
|
|
|
}
|
|
|
|
|
|
private void cleanAndCreateInput(FileSystem fs) throws IOException {
|
|
|
- fs.delete(INPUT_FILE, true);
|
|
|
+ fs.delete(INPUT_DIR, true);
|
|
|
fs.delete(OUTPUT_DIR, true);
|
|
|
|
|
|
OutputStream os = fs.create(INPUT_FILE);
|