moved the application context file to correct directory (SPR-3987)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@762 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Thomas Risberg
2009-03-12 02:17:49 +00:00
parent d79c880c46
commit 87a53c0777
2 changed files with 1 additions and 1 deletions
@@ -55,7 +55,7 @@ public class GenericStoredProcedureTests extends AbstractJdbcTests {
super.setUp();
mockCallable = createMock(CallableStatement.class);
bf = new XmlBeanFactory(
new ClassPathResource("org/springframework/jdbc/support/GenericStoredProcedureTests-context.xml"));
new ClassPathResource("org/springframework/jdbc/object/GenericStoredProcedureTests-context.xml"));
TestDataSourceWrapper testDataSource = (TestDataSourceWrapper) bf.getBean("dataSource");
testDataSource.setTarget(mockDataSource);
}