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 2ee118d commit 9a84b3aCopy full SHA for 9a84b3a
1 file changed
src/test/java/org/apache/commons/codec/binary/Base64Test.java
@@ -1306,7 +1306,6 @@ private String toString(final byte[] data) {
1306
* @see "<a href='https://mail-archives.apache.org/mod_mbox/commons-dev/201202.mbox/%3C4F3C85D7.5060706@snafu.de%3E'>dev@commons.apache.org</a>"
1307
*/
1308
@Test
1309
- @Ignore
1310
public void testHugeLineSeparator() {
1311
final int BaseNCodec_DEFAULT_BUFFER_SIZE = 8192;
1312
final int Base64_BYTES_PER_ENCODED_BLOCK = 4;
0 commit comments