1- package com .fasterxml .jackson .dataformat .xml .failing ;
1+ package com .fasterxml .jackson .dataformat .xml .tofix ;
22
33import java .io .UnsupportedEncodingException ;
44import java .net .URLDecoder ;
1515import com .fasterxml .jackson .databind .AnnotationIntrospector ;
1616import com .fasterxml .jackson .databind .introspect .JacksonAnnotationIntrospector ;
1717import com .fasterxml .jackson .dataformat .xml .*;
18+ import com .fasterxml .jackson .dataformat .xml .testutil .failure .JacksonTestFailureExpected ;
1819
1920import static org .junit .jupiter .api .Assertions .assertEquals ;
2021
@@ -125,6 +126,7 @@ public void setUp() throws Exception
125126 /**********************************************************************
126127 */
127128
129+ @ JacksonTestFailureExpected
128130 @ Test
129131 public void testSimpleKeyMap () throws Exception
130132 {
@@ -135,6 +137,7 @@ public void testSimpleKeyMap() throws Exception
135137 _jaxbMapper .writeValueAsString (bean ));
136138 }
137139
140+ @ JacksonTestFailureExpected
138141 @ Test
139142 public void testNeedEncodingKeyMap () throws Exception
140143 {
@@ -147,6 +150,7 @@ public void testNeedEncodingKeyMap() throws Exception
147150 xml );
148151 }
149152
153+ @ JacksonTestFailureExpected
150154 @ Test
151155 public void testSimpleKeyMapSimpleAnnotation () throws Exception
152156 {
@@ -158,6 +162,7 @@ public void testSimpleKeyMapSimpleAnnotation() throws Exception
158162 _jaxbMapper .writeValueAsString (bean ));
159163 }
160164
165+ @ JacksonTestFailureExpected
161166 @ Test
162167 public void testNeedEncodingKeyMapSimpleAnnotation () throws Exception
163168 {
@@ -169,6 +174,7 @@ public void testNeedEncodingKeyMapSimpleAnnotation() throws Exception
169174 _jaxbMapper .writeValueAsString (bean ));
170175 }
171176
177+ @ JacksonTestFailureExpected
172178 @ Test
173179 public void testNeedEncodingKeyMap_nonJaxb () throws Exception
174180 {
@@ -180,6 +186,7 @@ public void testNeedEncodingKeyMap_nonJaxb() throws Exception
180186 _nonJaxbMapper .writeValueAsString (bean ));
181187 }
182188
189+ @ JacksonTestFailureExpected
183190 @ Test
184191 public void testNeedEncodingKeyMapSimpleAnnotation_nonJaxb () throws Exception
185192 {
0 commit comments