Skip to content

Commit 8576b17

Browse files
committed
Add minor test javadocs
1 parent 70bd6dd commit 8576b17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/java/tools/jackson/failing/ExternalTypeIdDup1410Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import static org.junit.jupiter.api.Assertions.assertNotNull;
1212

13+
// 04-Sep-2024, tatu: Appears to pass on 3.0?
1314
public class ExternalTypeIdDup1410Test extends DatabindTestUtil
1415
{
1516
enum EnvironmentEventSource { BACKEND; }

src/test/java/tools/jackson/failing/JsonIgnoreProperties2803Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import static org.junit.jupiter.api.Assertions.assertNotNull;
1212

13+
// 04-Sep-2024, tatu: Passes on 3.0 somehow; fails on 2.18
1314
class JsonIgnoreProperties2803Test extends DatabindTestUtil {
1415
// [databind#2803]
1516
static class Building2803 {

0 commit comments

Comments
 (0)