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 bp...@apache.org on 2007/02/06 16:15:41 UTC

svn commit: r504175 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall

Author: bpendleton
Date: Tue Feb  6 07:15:40 2007
New Revision: 504175

URL: http://svn.apache.org/viewvc?view=rev&rev=504175
Log:
DERBY-2294: Missing SQL script altertableDropColumn.sql

I removed that test script as part of DERBY-1909, and all of its tests
were moved into altertable.sql, but I forgot to remove the listing for
the file from derbylang.runall. This change removes it from derbylang.runall.


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall?view=diff&rev=504175&r1=504174&r2=504175
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall Tue Feb  6 07:15:40 2007
@@ -8,7 +8,6 @@
 lang/LOBDB2compatibility.sql
 lang/aggregateOptimization.sql
 lang/altertable.sql
-lang/altertableDropColumn.sql
 lang/authorize.sql
 lang/autoincrement.sql
 lang/bug4356.java