Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Easymock uses Objenesis to create object instances. Objenesis does not provide support for Apache Harmony, leading to our tests for BOSH not working on Harmony. An issue has been opened with Objenesis to fix this: http://code.google.com/p/objenesis/issues/detail?id=11
For now on Harmony, run:
mvn -Pskipboshtests test
This will skip all unit tests for BOSH.