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/19 17:38:00 UTC

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

Author: djd
Date: Mon Feb 19 08:37:59 2007
New Revision: 509246

URL: http://svn.apache.org/viewvc?view=rev&rev=509246
Log:
Clean up a couple of comments in TestConfiguration.

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java?view=diff&rev=509246&r1=509245&r2=509246
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java Mon Feb 19 08:37:59 2007
@@ -224,8 +224,7 @@
     
     /**
      * Create a suite for the passed test class that includes
-     * all the default fixtures from the class, wrapped
-     * in a single CleanDatabaseTestSetup.
+     * all the default fixtures from the class.
       */
     public static Test embeddedSuite(Class testClass)
     {
@@ -238,7 +237,6 @@
      * all the default fixtures from the class, wrapped in
      * a derbyClientServerDecorator.
      * 
-     * @param withCleanDB True if the 
       */
     public static Test clientServerSuite(Class testClass)
     {