jdbc4 test suite test classes are using Util.notImplemented -----------------------------------------------------------
Key: DERBY-1013 URL: http://issues.apache.org/jira/browse/DERBY-1013 Project: Derby Type: Bug Reporter: Anurag Shekhar jdbc4 test suite test classes are using Util.notImplemented to get exception text and then using the message comparison to check if the message are same in the thrown exception. This may cause problem in future because the jdbc4 code is using SQLState.NOT_IMPLEMENTED with a paramter (feature name). As the test classes are creating the exception without any parameter the test comparision will fail. In this patch I have modified the test code to test for sql state which won't change. -- 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