Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Checkin testing script changes

I made some minor changes to the JPA ant test scripts.

 

- Ant test output is now generated into the reports directory as html.

- Added test targets for running test with no weaving, and static weaving (static weaving does not current work because of bug in static weaver and annotations).

- Added Eclipse launch target for running FullRegressionSuite in JUnit.

- Commented out the memory test in the EntityManager suite for now, as it takes 10 minutes to run, and should be in a different suite.

- Moved test.properties file to root dir.

- Made core tests use same test.properties file as JPA uses when run from JUnit.


Back to the top