jdbc4/TestDbMetaData.java fails because of changes in SQLException text
-----------------------------------------------------------------------

         Key: DERBY-1128
         URL: http://issues.apache.org/jira/browse/DERBY-1128
     Project: Derby
        Type: Test
  Components: Regression Test Failure  
    Versions: 10.2.0.0    
    Reporter: Knut Anders Hatlen
 Assigned to: Knut Anders Hatlen 
    Priority: Minor
     Fix For: 10.2.0.0


jdbc4/TestDbMetaData.java fails with the following diff:

********* Diff file jdbc4/DerbyNetClient/jdbc4/TestDbMetaData.diff
*** Start: TestDbMetaData jdk1.6.0-beta2 DerbyNetClient jdbc4:jdbc4 2006-03-16 
20:13:06 ***
49 del
< SQLSTATE(0A000):java.sql.SQLException: 0A000.S : [0] getClientInfoProperties 
()
50 del
< Caused by: org.apache.derby.client.am.SqlException: 0A000.S : [0] 
getClientInfoProperties ()
50a49,50
> SQLSTATE(0A000):java.sql.SQLException: Feature not implemented: 
> getClientInfoProperties ().
> Caused by: org.apache.derby.client.am.SqlException: Feature not implemented: 
> getClientInfoProperties ().
58 del
< SQLSTATE(0A000):java.sql.SQLException: 0A000.S : [0] getSchemas (String, 
String)
59 del
< Caused by: org.apache.derby.client.am.SqlException: 0A000.S : [0] getSchemas 
(String, String)
59a58,59
> SQLSTATE(0A000):java.sql.SQLException: Feature not implemented: getSchemas 
> (String, String).
> Caused by: org.apache.derby.client.am.SqlException: Feature not implemented: 
> getSchemas (String, String).
Test Failed.
*** End:   TestDbMetaData jdk1.6.0-beta2 DerbyNetClient jdbc4:jdbc4 2006-03-16 
20:13:16 ***

(http://www.multinet.no/~solberg/public/Apache/DerbyJDK16/testlog/JDK16Jvm1.6SunOS-5.10_i86pc-i386/386413-jdbc4_diff.txt)

The failure is caused by changes in MessageUtil which have modified the 
exception message.

-- 
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

Reply via email to