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 21:11:57 UTC

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

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 {