Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug#211797 - Add test targets to projects

Fix for Bug#211797 - Add test targets to projects

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=211797

 

The JPA test, core test and Oracle test Eclipse projects now have launch targets in the run directory for running the tests.

There are targets for both JUnit and the Testing Browser.  They are pre-configured so this should make running the tests easier.

 

Changes:

- Removed core test dependencies on Oracle9Platform (as in separate component)

- Allowed tests to work with OraclePlatform (avoid running Oracle9Platform

specific tests), added isOracle9Platform to platform

- Added Eclipse launch files to run directory

- Added run directory to avoid cluttering root directory with test output

- Fixed core test framework to run better with Eclipse JUnit support

- Made JPA build script work with trunk

- Changed JPA test default to all, not package


Back to the top