Skip to content

Commit 9a84b3a

Browse files
committed
[CODEC-265] Reinstate Base64 HugeLineSeparator test.
The fix for better memory allocation in CODEC-265 fixes the encoding using a line separator bigger than the default buffer size.
1 parent 2ee118d commit 9a84b3a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/apache/commons/codec/binary/Base64Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,6 @@ private String toString(final byte[] data) {
13061306
* @see "<a href='https://mail-archives.apache.org/mod_mbox/commons-dev/201202.mbox/%3C4F3C85D7.5060706@snafu.de%3E'>dev@commons.apache.org</a>"
13071307
*/
13081308
@Test
1309-
@Ignore
13101309
public void testHugeLineSeparator() {
13111310
final int BaseNCodec_DEFAULT_BUFFER_SIZE = 8192;
13121311
final int Base64_BYTES_PER_ENCODED_BLOCK = 4;

0 commit comments

Comments
 (0)