Skip to content

Commit 598fafd

Browse files
committed
Fix failing test
1 parent c599514 commit 598fafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/test/java/org/springframework/web/servlet/config/MvcNamespaceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ public void testViewControllersDefaultConfig() {
691691

692692
@Test
693693
public void testContentNegotiationManager() throws Exception {
694-
loadBeanDefinitions("mvc-config-content-negotiation-manager.xml", 14);
694+
loadBeanDefinitions("mvc-config-content-negotiation-manager.xml", 15);
695695

696696
RequestMappingHandlerMapping mapping = appContext.getBean(RequestMappingHandlerMapping.class);
697697
ContentNegotiationManager manager = mapping.getContentNegotiationManager();

0 commit comments

Comments
 (0)