Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 227766 - Need to migrate TopLink integration tests with Spring to EclipseLink

https://bugs.eclipse.org/bugs/show_bug.cgi?id=227766
 
Change Summary:
- Migrate TopLink/Spring testing source and resource files to EclipseLink
- Add targets test.spring.local and test.spring.container in
trunk/jpa/eclipselink.jpa.test/build.xml to build and run the tests
- To be able to run the tests, the third-party Java libraries ${spring.jlib}
and ${spring.jotm.jlib} must be available in directories ${spring.jlib.dir} and
${spring.jotm.jlib.dir} respectively. Note: all these properties are defined in
trunk/jpa/eclipselink.jpa.test/build.properties
- From trunk/jpa/eclipselink.jpa.test, executing 'ant' would build all jpa
tests but EclipseLink/Spring tests. That is, nightly build won't be broken by
the patch
 
Code reviewed by: Guy

Back to the top