1- package tools .jackson .dataformat .xml .failing ;
1+ package tools .jackson .dataformat .xml .tofix ;
22
33import java .io .UnsupportedEncodingException ;
44import java .net .URLDecoder ;
1515import tools .jackson .databind .*;
1616import tools .jackson .databind .introspect .JacksonAnnotationIntrospector ;
1717import tools .jackson .dataformat .xml .*;
18+ import tools .jackson .dataformat .xml .testutil .failure .JacksonTestFailureExpected ;
1819
1920import static org .junit .jupiter .api .Assertions .assertEquals ;
2021
@@ -127,6 +128,7 @@ public void setUp() throws Exception
127128 /**********************************************************************
128129 */
129130
131+ @ JacksonTestFailureExpected
130132 @ Test
131133 public void testSimpleKeyMap () throws Exception
132134 {
@@ -137,6 +139,7 @@ public void testSimpleKeyMap() throws Exception
137139 _jaxbMapper .writeValueAsString (bean ));
138140 }
139141
142+ @ JacksonTestFailureExpected
140143 @ Test
141144 public void testNeedEncodingKeyMap () throws Exception
142145 {
@@ -149,6 +152,7 @@ public void testNeedEncodingKeyMap() throws Exception
149152 xml );
150153 }
151154
155+ @ JacksonTestFailureExpected
152156 @ Test
153157 public void testSimpleKeyMapSimpleAnnotation () throws Exception
154158 {
@@ -160,6 +164,7 @@ public void testSimpleKeyMapSimpleAnnotation() throws Exception
160164 _jaxbMapper .writeValueAsString (bean ));
161165 }
162166
167+ @ JacksonTestFailureExpected
163168 @ Test
164169 public void testNeedEncodingKeyMapSimpleAnnotation () throws Exception
165170 {
@@ -171,6 +176,7 @@ public void testNeedEncodingKeyMapSimpleAnnotation() throws Exception
171176 _jaxbMapper .writeValueAsString (bean ));
172177 }
173178
179+ @ JacksonTestFailureExpected
174180 @ Test
175181 public void testNeedEncodingKeyMap_nonJaxb () throws Exception
176182 {
@@ -182,6 +188,7 @@ public void testNeedEncodingKeyMap_nonJaxb() throws Exception
182188 _nonJaxbMapper .writeValueAsString (bean ));
183189 }
184190
191+ @ JacksonTestFailureExpected
185192 @ Test
186193 public void testNeedEncodingKeyMapSimpleAnnotation_nonJaxb () throws Exception
187194 {
0 commit comments