Fix failing test

This commit is contained in:
Rossen Stoyanchev 2015-10-29 21:02:45 -04:00
parent c5995149b3
commit 598fafd957
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ public class MvcNamespaceTests {
@Test
public void testContentNegotiationManager() throws Exception {
loadBeanDefinitions("mvc-config-content-negotiation-manager.xml", 14);
loadBeanDefinitions("mvc-config-content-negotiation-manager.xml", 15);
RequestMappingHandlerMapping mapping = appContext.getBean(RequestMappingHandlerMapping.class);
ContentNegotiationManager manager = mapping.getContentNegotiationManager();