Skip to content

Commit 821664e

Browse files
committed
Merge branch '2.19'
2 parents 225e0a0 + 89b944b commit 821664e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/java/tools/jackson/dataformat/xml/failing/ConflictingGetters27Test.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
import tools.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
88
import tools.jackson.dataformat.xml.annotation.JacksonXmlProperty;
99

10+
// For [dataformat-xml#27]
1011
public class ConflictingGetters27Test extends XmlTestBase
1112
{
13+
// [dataformat-xml#27]
1214
@JsonRootName("output")
1315
static class Bean {
1416
public BeanInfo[] beanInfo;
@@ -43,10 +45,11 @@ public BeanInfo() { }
4345

4446
/*
4547
/**********************************************************************
46-
/* Unit tests
48+
/* Test methods
4749
/**********************************************************************
4850
*/
4951

52+
// [dataformat-xml#27]
5053
public void testIssue27() throws Exception
5154
{
5255
XmlMapper mapper = new XmlMapper();

0 commit comments

Comments
 (0)