We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1982e commit 777c93cCopy full SHA for 777c93c
yaml/src/test/java/com/fasterxml/jackson/dataformat/yaml/failing/ObjectIdWithTreeTest.java renamed to yaml/src/test/java/com/fasterxml/jackson/dataformat/yaml/failing/ObjectIdWithTree2Test.java
@@ -8,10 +8,11 @@
8
9
/**
10
* Although native Object Ids work in general, Tree Model currently
11
- * has issues with it (see [dataformat-yaml#24])
+ * has issues with it (see [dataformats-text#2])
12
*/
13
-public class ObjectIdWithTreeTest extends ModuleTestBase
+public class ObjectIdWithTree2Test extends ModuleTestBase
14
{
15
+ // [dataformats-text#2]
16
@JsonIdentityInfo(generator=ObjectIdGenerators.IntSequenceGenerator.class, property="@id")
17
static class Node
18
@@ -39,7 +40,7 @@ public Node(String name) {
39
40
+" next: *1"
41
;
42
- // For issue [#24]
43
44
public void testRoundtripViaTree() throws Exception
45
46
ObjectMapper mapper = newObjectMapper();
0 commit comments