fixed failing test due to case issue
This commit is contained in:
parent
b6ec4e30d9
commit
fed96f85ae
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue