We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264a34f commit 33e017dCopy full SHA for 33e017d
src/test/java/org/apache/commons/codec/binary/Base64Test.java
@@ -308,6 +308,7 @@ void testCodec112() { // size calculation assumes always chunked
308
/**
309
* Tests <a href="https://issues.apache.org/jira/browse/CODEC-263">CODEC-263</a>.
310
*/
311
+ @Test
312
public void testCodec263() {
313
Base64.decodeBase64("publishMessage");
314
assertTrue(Base64.isBase64("publishMessage"));
0 commit comments