SPR-5380: MarshallingView should override AbstractView instead of AbstractUrlBasedView

This commit is contained in:
Arjen Poutsma
2009-01-13 10:41:26 +00:00
parent e966fd9605
commit e863f9a371
2 changed files with 14 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ public class MarshallingViewTest {
}
@Test
public void testGetContentType() {
public void getContentType() {
assertEquals("Invalid content type", "application/xml", view.getContentType());
}