This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 8b2d2e93 Tests OK for me on Java8 and Java21 (macOS)
8b2d2e93 is described below
commit 8b2d2e93b3d3c5a12ae98b5691b1b37d560bbe47
Author: Sebb <[email protected]>
AuthorDate: Mon May 6 23:46:41 2024 +0100
Tests OK for me on Java8 and Java21 (macOS)
---
.../org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java
b/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java
index 4faa822b..7778aebe 100644
---
a/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java
+++
b/src/test/java/org/apache/commons/net/ftp/parser/FTPTimestampParserImplTest.java
@@ -189,7 +189,7 @@ public class FTPTimestampParserImplTest {
}
@Test
- @Disabled
+// @Disabled
public void testNet710() throws ParseException {
Calendar serverTime =
Calendar.getInstance(TimeZone.getTimeZone("EDT"), Locale.US);
serverTime.set(2022, 2, 16, 14, 0);