Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 27272 invoked from network); 19 Feb 2007 16:38:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 16:38:22 -0000 Received: (qmail 5850 invoked by uid 500); 19 Feb 2007 16:38:30 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 5732 invoked by uid 500); 19 Feb 2007 16:38:29 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 5717 invoked by uid 99); 19 Feb 2007 16:38:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 08:38:29 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 08:38:20 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 8EB891A981A; Mon, 19 Feb 2007 08:38:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r509246 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java Date: Mon, 19 Feb 2007 16:38:00 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070219163800.8EB891A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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) {