[ http://issues.apache.org/jira/browse/DERBY-1198?page=all ]
David Van Couvering resolved DERBY-1198:
----------------------------------------
Fix Version: 10.2.0.0
Resolution: Fixed
Checked in revision 395484
> jdbc/StatementTest.java uses SQLState directly
> ----------------------------------------------
>
> Key: DERBY-1198
> URL: http://issues.apache.org/jira/browse/DERBY-1198
> Project: Derby
> Type: Bug
> Components: Test
> Reporter: David Van Couvering
> Priority: Trivial
> Fix For: 10.2.0.0
>
> During inspection for another problem, I noticed that StatementTest.java
> still uses SQLState.NO_CURRENT_CONNECTION. SQLState is a private interface
> and should not be used in our tests. This test should instead use "08003"
> or better yet use the new SQLStateConstants class in the functiontests/util
> package, e.g. SQLStateConstants.CONNECTION_EXCEPTION_CONNECTION_DOES_NOT_EXIST
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira