SPR-5380: MarshallingView should override AbstractView instead of AbstractUrlBasedView
This commit is contained in:
@@ -44,7 +44,7 @@ public class MarshallingViewTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetContentType() {
|
||||
public void getContentType() {
|
||||
assertEquals("Invalid content type", "application/xml", view.getContentType());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user