13th Dec: Harmony passses 100% tests on OJB 1.0.4.
Summary:
OJB version: 1.0.4
|
Platform\VM |
RI |
J9 |
DRLVM |
|
RedHat Enterprise4 |
100% |
100% |
100%* |
|
Windows xp2 |
100% |
100% |
100%* |
*DRLVM sometimes will fail one testcase.
How to:
1. Build OJB 1.0.4
"svn checkout
http://svn.apache.org/repos/asf/db/ojb/tags/OJB_1_0_4" to checkout OJB 1.0.4 Download required jars for jdo and put them in OJB_HOME/lib
Run "ant" to build them.
1. Test OJB 1.0.4
"ant junit-quick" to run testcases.
* "ant junit" will compile source code and run scripts to prepare test db, but it seems to exist a bug in that it produces an illegal SQL statement both on RI and Harmony which will lead to one testcase fail.
* There is another "perf-test" target will test performace.