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/10/31 19:13:01 UTC

svn commit: r469591 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/_Suite.java

Author: djd
Date: Tue Oct 31 10:13:00 2006
New Revision: 469591

URL: http://svn.apache.org/viewvc?view=rev&rev=469591
Log:
Name the test suite in the jdbc4._Suite.

Modified:
    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/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=469591&r1=469590&r2=469591
==============================================================================
--- 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 Tue Oct 31 10:13:00 2006
@@ -44,7 +44,7 @@
 
 	public static Test suite() throws SQLException {
 
-		TestSuite suite = new TestSuite();
+		TestSuite suite = new TestSuite("jdbc4");
 
         // These really need to run standalone.
 		//suite.addTestSuite(AutoloadBooting.class);