belugabehr commented on a change in pull request #1358:
URL: https://github.com/apache/zookeeper/pull/1358#discussion_r428648076



##########
File path: 
zookeeper-server/src/test/java/org/apache/zookeeper/test/AtomicFileOutputStreamTest.java
##########
@@ -64,7 +66,7 @@ public void testWriteNewFile() throws IOException {
         fos.close();
         assertTrue(dstFile.exists());
 
-        String readBackData = ClientBase.readFile(dstFile);
+        String readBackData = FileUtils.readFileToString(dstFile, 
StandardCharsets.UTF_8);

Review comment:
       Thanks.  Made the changes.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to