Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-3672

org.apache.geronimo.j2ee.deployment.annotation.AnnotationHelperTest is implementation-dependent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.2
    • 2.0.3, 2.1
    • testsuite
    • Security Level: public (Regular issues)
    • None

    Description

      Test org.apache.geronimo.j2ee.deployment.annotation.AnnotationHelperTest may fail on non-Sun implementation, because it assumes the order in which Class.getFields() returns the fields, while specification doesn't specify the particular order.

      The problem occurs in method PersistenceUnitAnnotationHelper.processPersistenceUnit() which gets the fields and adds them to the annotatedApp, that is later compared (in the tests themselves) with expected XML - at this point the tests may as the order of elements in the resulting XML may be different.

      The following assertions fail on Apache Harmony because of this fact:
      testPersistenceContextAnnotationHelper
      testPersistenceUnitAnnotationHelper
      testWebServiceRefAnnotationHelper

      Attachments

        Activity

          People

            gawor@mcs.anl.gov Jarek Gawor
            vmz Vasily Zakharov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: