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 2007/02/15 22:47:35 UTC

svn commit: r508175 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: suites/jdbc40.runall tests/jdbc4/AutoloadTest.java tests/jdbc4/_Suite.java

Author: djd
Date: Thu Feb 15 13:47:34 2007
New Revision: 508175

URL: http://svn.apache.org/viewvc?view=rev&rev=508175
Log:
DERBY-1952 (partial) Remove jdbc4/autoloadTest. It has been replaced by the version in jdbcapi.

Removed:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/AutoloadTest.java
Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/jdbc40.runall
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/_Suite.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/jdbc40.runall
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/jdbc40.runall?view=diff&rev=508175&r1=508174&r2=508175
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/jdbc40.runall (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/jdbc40.runall Thu Feb 15 13:47:34 2007
@@ -2,4 +2,3 @@
 jdbc4/TestPreparedStatementMethods.java
 jdbc4/TestResultSetMethods.java
 jdbc4/AutoloadBooting.junit
-jdbc4/AutoloadTest.junit

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/_Suite.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/_Suite.java?view=diff&rev=508175&r1=508174&r2=508175
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/_Suite.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/_Suite.java Thu Feb 15 13:47:34 2007
@@ -48,7 +48,6 @@
 
         // These really need to run standalone.
 		//suite.addTestSuite(AutoloadBooting.class);
-		//suite.addTestSuite(AutoloadTest.class);
         
 		suite.addTest(BlobTest.suite());
 		suite.addTest(CallableStatementTest.suite());