derbynet/SuicideOfStreaming.java should not use internal class SqlCode
----------------------------------------------------------------------
Key: DERBY-1347
URL: http://issues.apache.org/jira/browse/DERBY-1347
Project: Derby
Type: Bug
Components: Test
Reporter: David Van Couvering
In the method examineExpectedInDerbyNetClient, the code validates the error
code using the following:
return
sqlex.getSQLState().equals("08006") &&
sqlex.getErrorCode() == SqlCode.disconnectError.getCode();
SqlCode is an internal class and our tests shouldn't rely on it. We should
probably just use the error code explicitly, or define a testing class that
contains some of the error codes that Derby returns.
Also: are our error codes even a documented public interface?
--
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