fixed failing test due to case issue
This commit is contained in:
@@ -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