Skip to content

Commit

Permalink
Put back comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Jan 12, 2025
1 parent c263213 commit 83dd5fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

// Mostly for [dataformats-binary#186]: corrupt encoding indicating humongous payload
public class BrokenLongBinary186Test extends CBORTestBase
{
private final ObjectMapper MAPPER = cborMapper();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import static org.junit.jupiter.api.Assertions.assertArrayEquals;

// for [jackson-core#730]
public class FloatPrecisionTest extends CBORTestBase
{
// for [jackson-core#730]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.ObjectMapper;

// for [dataformats-binary#43]
public class SharedRawGeneratorBufferTest extends CBORTestBase
{
public static class RawBean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import static org.junit.jupiter.api.Assertions.*;

// [dataformats-binary#264]
public class Fuzz264_32381BigDecimalScaleTest extends CBORTestBase
{
private final ObjectMapper MAPPER = cborMapper();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import static org.junit.jupiter.api.Assertions.*;

// note: copied from test of same name from jackson-dataformat-smile
public class ParserNextXxxTest extends CBORTestBase
{
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

// @since 2.12
public class SimpleValuesTest extends CBORTestBase
{
private final CBORFactory CBOR_F = new CBORFactory();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

// For [dataformats-binary#312]: null handling
public class SymbolTable312Test extends CBORTestBase
{
private final ObjectMapper MAPPER = cborMapper();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;

// for [dataformat-binary#93]
public class UndefinedValueTest extends CBORTestBase
{
private final static byte BYTE_UNDEFINED = (byte) 0xF7;
Expand Down

0 comments on commit 83dd5fc

Please sign in to comment.