File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/test/java/tools/jackson/dataformat/xml/failing Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- package tools .jackson .dataformat .xml .deser . creator ;
1
+ package tools .jackson .dataformat .xml .failing ;
2
2
3
3
import com .fasterxml .jackson .annotation .*;
4
4
@@ -79,9 +79,6 @@ public int getStatus() {
79
79
80
80
private static final XmlMapper XML_MAPPER = newMapper ();
81
81
82
- /**
83
- * Passes on 2.11.4 and 2.12.{0..4}.
84
- */
85
82
public void test_empty_Problem_JSON_deserialization () throws Exception
86
83
{
87
84
Problem problem = JSON_MAPPER .readValue ("{}" , Problem .class );
@@ -90,7 +87,7 @@ public void test_empty_Problem_JSON_deserialization() throws Exception
90
87
}
91
88
92
89
/**
93
- * Passes on 2.11.4, but fails on 2.12.{0..4}.
90
+ * Passes on 2.14+ but somehow fails on 3.0
94
91
*/
95
92
public void test_empty_Problem_XML_deserialization () throws Exception
96
93
{
You can’t perform that action at this time.
0 commit comments