[jboss-cvs] JBossAS SVN: r75772 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 14 08:42:47 EDT 2008


Author: jesper.pedersen
Date: 2008-07-14 08:42:46 -0400 (Mon, 14 Jul 2008)
New Revision: 75772

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java
Log:
[JBAS-5712] Add JDBC4 support to Branch_4_2

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java	2008-07-14 12:41:26 UTC (rev 75771)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java	2008-07-14 12:42:46 UTC (rev 75772)
@@ -365,6 +365,17 @@
       {
          return getConnection("sa", "");
       }
+
+      public boolean isWrapperFor(Class<?> iface) throws SQLException
+      {
+        return false;
+      }
+
+      public <T> T unwrap(Class<T> iface) throws SQLException
+      {
+         return null;
+      }
+
       public java.sql.Connection getConnection(String user, String pass) throws java.sql.SQLException
       {
 			java.sql.Connection con = null;




More information about the jboss-cvs-commits mailing list