ParameterMappingTest.testParameterMapping() fails on weme6.1
------------------------------------------------------------
Key: DERBY-2403
URL: https://issues.apache.org/jira/browse/DERBY-2403
Project: Derby
Issue Type: Test
Affects Versions: 10.3.0.0
Environment: weme6.1
Reporter: A B
Priority: Minor
Test fails with the following diff (edited for readability):
testParameterMapping(jdbcapi.ParameterMappingTest)junit.framework.AssertionFailedError:
(22005):An attempt was made to get a data value of type 'java.lang.Object'
from a data value of type 'DECIMAL'.
at ParameterMappingTest.showException(ParameterMappingTest.java:2827)
at ParameterMappingTest.judge_setXXX(ParameterMappingTest.java:1239)
at ParameterMappingTest.setXXX(ParameterMappingTest.java:1352)
at ParameterMappingTest.testParameterMapping(ParameterMappingTest.java:407)
at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205)
at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:80)
Noticed this failure since roughly 03/01/2007.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.