|
|
@@ -181,7 +181,7 @@ public class CopyTest extends BuildFileTest { |
|
|
File file1 = new File(getProjectDir(), getProject().getProperty("to.dir")+"/fileNR.txt"); |
|
|
File file1 = new File(getProjectDir(), getProject().getProperty("to.dir")+"/fileNR.txt"); |
|
|
assertTrue(file1.exists()); |
|
|
assertTrue(file1.exists()); |
|
|
try { |
|
|
try { |
|
|
String file1Content = FILE_UTILS.readFully(new FileReader(file1)); |
|
|
|
|
|
|
|
|
String file1Content = FileUtils.readFully(new FileReader(file1)); |
|
|
assertEquals("This is file 42", file1Content); |
|
|
assertEquals("This is file 42", file1Content); |
|
|
} catch (IOException e) { |
|
|
} catch (IOException e) { |
|
|
// no-op: not a real business error |
|
|
// no-op: not a real business error |
|
|
|