| Summary: | Some tests in PLSQL test models failed | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Edwin Tang <edwin.tang> |
| Component: | Eclipselink | Assignee: | Project Inbox <eclipselink.foundation-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
This bug has been fixed by James along with bug 275156 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |
This is not a regression, since the PLSQL test models were recently included in test-non-lrg. PLSQLTestModel -> PLSQLCollectionTestSuite -> CityListOutTest failed with the following exception. Stack Trace: ============ [java] VERSION: Eclipse Persistence Services - 2.2.1.v20110303-r9065 [java] TEST SUITE NAME: PLSQLCollectionTestSuite [java] SUITE DESCRIPTION: This suite tests calling PLSQL procedures that take collections. [java] [java] VERSION: Eclipse Persistence Services - 2.2.1.v20110303-r9065 [java] TEST NAME: CityListOutTest [java] TEST DESCRIPTION: [java] ##FAILURE## [java] TEST TIME: 0 [java] TOTAL TIME: 5 [java] RESULT: Error [java] Local Exception Stack: [java] Exception [EclipseLink-0] (Eclipse Persistence Services - 2.2.1.v20110303-r9065): org.eclipse.persistence.testing.framework.TestErrorException [java] Exception Description: Results do not match: oracle.sql.ARRAY@298488ef expected: [Ottawa] [java] at org.eclipse.persistence.testing.framework.TestCase.throwError(TestCase.java:577) [java] at org.eclipse.persistence.testing.tests.plsql.PLSQLTest.test(PLSQLTest.java:88) [java] at org.eclipse.persistence.testing.framework.TestCase.executeTest(TestCase.java:545) [java] at org.eclipse.persistence.testing.framework.TestCase.execute(TestCase.java:156) [java] at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:250) [java] at org.eclipse.persistence.testing.framework.TestSuite.execute(TestSuite.java:75) [java] at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:250) [java] at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:208) [java] at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:250) [java] at org.eclipse.persistence.testing.framework.TestExecutor.runTest(TestExecutor.java:671) [java] at org.eclipse.persistence.testing.framework.PromptTestRunner.run(PromptTestRunner.java:141) [java] at org.eclipse.persistence.testing.framework.PromptTestRunner.main(PromptTestRunner.java:103)