[
https://issues.apache.org/jira/browse/DERBY-6088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas resolved DERBY-6088.
----------------------------------
Resolution: Fixed
Fix Version/s: 10.10.0.0
Hi Dag,
Yes, this bug should be fixed by derby-6000-19-ac-miscBuddyTestingFixes.diff at
subversion revision 1450422. Resolving. Thanks.
> PreparedStatementTest42 lacks "fail" call when operation unexpectedly succeeds
> ------------------------------------------------------------------------------
>
> Key: DERBY-6088
> URL: https://issues.apache.org/jira/browse/DERBY-6088
> Project: Derby
> Issue Type: Bug
> Components: JDBC, Test
> Affects Versions: 10.10.0.0
> Reporter: Dag H. Wanvik
> Assignee: Rick Hillegas
> Fix For: 10.10.0.0
>
>
> Ca line 233, this construct lacks a "fail()":
> // verify that certain SQLTypes are illegal
> for ( int i = 0; i < ILLEGAL_JDBC_TYPES.length; i++ )
> {
> try {
> insert.setObject( 1, null, ILLEGAL_JDBC_TYPES[ i ] );
> }
> catch (SQLException se)
> {
> assertSQLState( UNIMPLEMENTED_FEATURE, se );
> }
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira