You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2010/07/30 00:11:16 UTC

[jira] Created: (VYSPER-224) Tests using Easymock not supported on Apache Harmony

Tests using Easymock not supported on Apache Harmony
----------------------------------------------------

                 Key: VYSPER-224
                 URL: https://issues.apache.org/jira/browse/VYSPER-224
             Project: VYSPER
          Issue Type: Test
          Components: BOSH
            Reporter: Niklas Gustavsson
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.