File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/java/tools/jackson/dataformat/xml/failing Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 77import tools .jackson .dataformat .xml .annotation .JacksonXmlElementWrapper ;
88import tools .jackson .dataformat .xml .annotation .JacksonXmlProperty ;
99
10+ // For [dataformat-xml#27]
1011public 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 ();
You can’t perform that action at this time.
0 commit comments