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 4b6de2f894108d935a8353d53cb7fc7eee7c3454 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon May 27 09:02:37 2024 -0400 Remove obsolete test template method --- src/test/java/org/apache/commons/net/util/Base64Test.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/test/java/org/apache/commons/net/util/Base64Test.java b/src/test/java/org/apache/commons/net/util/Base64Test.java index 24a821f2..a2ddc4e5 100644 --- a/src/test/java/org/apache/commons/net/util/Base64Test.java +++ b/src/test/java/org/apache/commons/net/util/Base64Test.java @@ -141,12 +141,6 @@ public class Base64Test { assertThrows(NullPointerException.class, () -> base64.decode((String) null)); } - @Test - @Ignore - public void testDecodeObject() { - fail("Not yet implemented"); - } - @Test public void testDecodeString() { checkDecoders("Hello World!", "SGVsbG8gV29ybGQh");