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/15 22:52:15 UTC

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

Author: kmarsden
Date: Wed Mar 15 13:52:13 2006
New Revision: 386176

URL: http://svn.apache.org/viewcvs?rev=386176&view=rev
Log:
DERBY-1076  Test update to cleanup metadata tests in preparation for upgrade testing work.

Contributed by Deepa Remesh


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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata_test.java
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata_test.java?rev=386176&r1=386175&r2=386176&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata_test.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata_test.java Wed Mar 15 13:52:13 2006
@@ -184,6 +184,8 @@
 
 		try
 		{
+			//Cleanup any leftover database objects from previous test run
+			cleanUp(s);
 
 			// test decimal type and other numeric types precision, scale,
 			// and display width after operations, beetle 3875, 3906