[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [eclipselink-dev] proposed patch for bug 227766 - Need to migrate	TopLink integration tests with Spring to EclipseLink | 
This proposed 
patch creates directory eclipselink.spring.test under trunk/jpa to 
accommondate the Spring tests. The previous patch was checked in and then 
rolled back because the tests were put in trunk/jpa/eclipselink.jpa.test and 
resulted in complier errors in exsiting Eclipse project - eclipselink.jpa.test. 
 
 
Change 
Summary:
- Create directory eclipselink.spring.test 
under trunk/jpa
- Migrate TopLink/Spring testing source and resource files to 
EclipseLink
- From trunk/jpa/eclipselink.spring.test, executing "ant", 
"ant test-spring-local" and "ant 
test-spring-container" will build and run the tests respectively
- To build 
and run the tests, the following third-party jars are required in 
../../../extension.lib.external/spring
 * spring.jar(version 
2.5.3)
 * spring-agent.jar(version 2.5.3)
 * 
spring-mock.jar(version 2.5.3)
 * cglib-nodep-2.2.jar
 * 
commons-logging-1.1.1.jar
 
Test Results: