diff --git a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/transactionalTests-context.xml b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/transactionalTests-context.xml index 47767798ce..01a7cf9f8c 100644 --- a/org.springframework.test/src/test/java/org/springframework/test/context/junit4/transactionalTests-context.xml +++ b/org.springframework.test/src/test/java/org/springframework/test/context/junit4/transactionalTests-context.xml @@ -10,7 +10,7 @@ p:driverClassName="org.hsqldb.jdbcDriver" p:url="jdbc:hsqldb:mem:transactional_tests" p:username="sa" p:password=""/> + p:dataSource-ref="dataSource"/>