Skip to content

Commit 777c93c

Browse files
committed
Update a failing test ref
1 parent da1982e commit 777c93c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/**
1010
* Although native Object Ids work in general, Tree Model currently
11-
* has issues with it (see [dataformat-yaml#24])
11+
* has issues with it (see [dataformats-text#2])
1212
*/
13-
public class ObjectIdWithTreeTest extends ModuleTestBase
13+
public class ObjectIdWithTree2Test extends ModuleTestBase
1414
{
15+
// [dataformats-text#2]
1516
@JsonIdentityInfo(generator=ObjectIdGenerators.IntSequenceGenerator.class, property="@id")
1617
static class Node
1718
{
@@ -39,7 +40,7 @@ public Node(String name) {
3940
+" next: *1"
4041
;
4142

42-
// For issue [#24]
43+
// [dataformats-text#2]
4344
public void testRoundtripViaTree() throws Exception
4445
{
4546
ObjectMapper mapper = newObjectMapper();

0 commit comments

Comments
 (0)