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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 33e017dd Add missing @Test 33e017dd is described below commit 33e017dd8005985546d683c45f7fb6bf911bd25d Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 7 10:00:53 2025 -0400 Add missing @Test --- src/test/java/org/apache/commons/codec/binary/Base64Test.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/commons/codec/binary/Base64Test.java b/src/test/java/org/apache/commons/codec/binary/Base64Test.java index e6cd2f25..2a25e076 100644 --- a/src/test/java/org/apache/commons/codec/binary/Base64Test.java +++ b/src/test/java/org/apache/commons/codec/binary/Base64Test.java @@ -308,6 +308,7 @@ public class Base64Test { /** * Tests <a href="https://issues.apache.org/jira/browse/CODEC-263">CODEC-263</a>. */ + @Test public void testCodec263() { Base64.decodeBase64("publishMessage"); assertTrue(Base64.isBase64("publishMessage"));