mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fixed failing test due to case issue
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ public class ConversionServiceContextConfigTests {
|
||||
|
||||
@Test
|
||||
public void testConfigOk() {
|
||||
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("org/springframework/context/conversionservice/conversionservice.xml");
|
||||
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("org/springframework/context/conversionservice/conversionService.xml");
|
||||
TestClient client = context.getBean("testClient", TestClient.class);
|
||||
assertEquals(2, client.getBars().size());
|
||||
assertEquals("value1", client.getBars().get(0).getValue());
|
||||
|
||||
Reference in New Issue
Block a user