File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/java/com/fasterxml/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 66import com .fasterxml .jackson .dataformat .xml .annotation .JacksonXmlElementWrapper ;
77import com .fasterxml .jackson .dataformat .xml .annotation .JacksonXmlProperty ;
88
9+ // For [dataformat-xml#27]
910public class ConflictingGetters27Test extends XmlTestBase
1011{
12+ // [dataformat-xml#27]
1113 @ JsonRootName ("output" )
1214 static class Bean {
1315 public BeanInfo [] beanInfo ;
@@ -42,10 +44,11 @@ public BeanInfo() { }
4244
4345 /*
4446 /**********************************************************************
45- /* Unit tests
47+ /* Test methods
4648 /**********************************************************************
4749 */
4850
51+ // [dataformat-xml#27]
4952 public void testIssue27 () throws Exception
5053 {
5154 XmlMapper mapper = new XmlMapper ();
You can’t perform that action at this time.
0 commit comments