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 km...@apache.org on 2006/03/18 04:42:10 UTC

svn commit: r386800 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/derbyStress.java

Author: kmarsden
Date: Fri Mar 17 19:42:09 2006
New Revision: 386800

URL: http://svn.apache.org/viewcvs?rev=386800&view=rev
Log:
Add cleanup for derbyStress to allow for remote testing

Contributed by Myrna Van Lunteren


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/derbyStress.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/derbyStress.java
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/derbyStress.java?rev=386800&r1=386799&r2=386800&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/derbyStress.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/derbyStress.java Fri Mar 17 19:42:09 2006
@@ -131,6 +131,7 @@
 			ResultSet rs = stmt.executeQuery("values(1)");
 			// How silly! I forgot to close the result set.
 		}
+		TestUtil.cleanUpTest(stmt, testObjects);
 		stmt.close();
 		conn.close();
 		System.out.println("PASSED");