SPR-5380: MarshallingView should override AbstractView instead of AbstractUrlBasedView

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@535 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2009-01-13 10:41:26 +00:00
parent fc7de6daad
commit 8cc2c3941e
2 changed files with 14 additions and 10 deletions
@@ -44,7 +44,7 @@ public class MarshallingViewTest {
}
@Test
public void testGetContentType() {
public void getContentType() {
assertEquals("Invalid content type", "application/xml", view.getContentType());
}