You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2006/11/17 22:10:18 UTC

svn commit: r476315 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBC.java

Author: djd
Date: Fri Nov 17 13:10:17 2006
New Revision: 476315

URL: http://svn.apache.org/viewvc?view=rev&rev=476315
Log:
Close one of the ResultSets used to clean up databases from CleanDatabaseTestSetup.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBC.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBC.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBC.java?view=diff&rev=476315&r1=476314&r2=476315
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBC.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/JDBC.java Fri Nov 17 13:10:17 2006
@@ -222,6 +222,7 @@
                 JDBC.escape(fkName);
             s.executeUpdate(ddl);
         }
+        rs.close();
         conn.commit();
                 
         // Tables (again)