This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
commit cc289cc45b6771685ac7161c25cdd7d3ee62d9ee Author: Gary Gregory <[email protected]> AuthorDate: Wed Jul 19 10:11:46 2023 -0400 Comment --- src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java b/src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java index bb49daaa..0adeb738 100644 --- a/src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java +++ b/src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java @@ -52,7 +52,7 @@ public class TFTPServerPathTest { final File file = new File(serverDirectory, filePrefix + "source.txt"); file.createNewFile(); - // Read the file from the tftp server. + // Read the file from the TFTP server. final File out = new File(serverDirectory, filePrefix + "out"); // cleanup old failed runs @@ -92,6 +92,7 @@ public class TFTPServerPathTest { final File file = new File(serverDirectory, filePrefix + "source.txt"); file.createNewFile(); + // Read the file from the TFTP server. final File out = new File(serverDirectory, filePrefix + "out"); // cleanup old failed runs
