Move customize(Un)Marshaller methods to abstract class
Issue: SPR-11488
This commit is contained in:
@@ -154,6 +154,8 @@ public class Jaxb2RootElementHttpMessageConverterTests {
|
||||
outputMessage.getBodyAsString(Charset.forName("UTF-8")));
|
||||
}
|
||||
|
||||
// SPR-11488
|
||||
|
||||
@Test
|
||||
public void customizeMarshaller() throws Exception {
|
||||
MockHttpOutputMessage outputMessage = new MockHttpOutputMessage();
|
||||
|
||||
Reference in New Issue
Block a user