Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 53463 invoked from network); 31 Oct 2006 20:12:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2006 20:12:23 -0000 Received: (qmail 34751 invoked by uid 500); 31 Oct 2006 20:12:34 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 34727 invoked by uid 500); 31 Oct 2006 20:12:34 -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 34713 invoked by uid 99); 31 Oct 2006 20:12:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 12:12:34 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=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; Tue, 31 Oct 2006 12:12:20 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 2CD981A984A; Tue, 31 Oct 2006 12:11:57 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r469634 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DropDatabaseSetup.java Date: Tue, 31 Oct 2006 20:11:57 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061031201157.2CD981A984A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djd Date: Tue Oct 31 12:11:56 2006 New Revision: 469634 URL: http://svn.apache.org/viewvc?view=rev&rev=469634 Log: DERBY-1975 Remove work in progress comments from DropDatabaseSetup. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DropDatabaseSetup.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DropDatabaseSetup.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DropDatabaseSetup.java?view=diff&rev=469634&r1=469633&r2=469634 ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DropDatabaseSetup.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/DropDatabaseSetup.java Tue Oct 31 12:11:56 2006 @@ -1,6 +1,6 @@ /* * - * Derby - Class org.apache.derbyTesting.unit.DropDatabaseSetup + * Derby - Class org.apache.derbyTesting.junit.DropDatabaseSetup * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -28,7 +28,6 @@ /** * Shutdown and drop the current database at tearDown time. - * Work in progress - currently just shuts the database down. * */ class DropDatabaseSetup extends TestSetup {