Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 9933 invoked from network); 26 Oct 2006 15:51:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 15:51:12 -0000 Received: (qmail 53722 invoked by uid 500); 26 Oct 2006 15:51:23 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 53701 invoked by uid 500); 26 Oct 2006 15:51:23 -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 53690 invoked by uid 99); 26 Oct 2006 15:51:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 08:51:23 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 08:51:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9B0361A984A; Thu, 26 Oct 2006 08:50:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r468046 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall Date: Thu, 26 Oct 2006 15:50:48 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061026155048.9B0361A984A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djd Date: Thu Oct 26 08:50:47 2006 New Revision: 468046 URL: http://svn.apache.org/viewvc?view=rev&rev=468046 Log: DERBY-1952 (partial) Remove the SQL lang tests from the old harness that are run by the JUnit test LangScripts. 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=468046&r1=468045&r2=468046 ============================================================================== --- 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 Thu Oct 26 08:50:47 2006 @@ -12,15 +12,12 @@ lang/aggregateOptimization.sql lang/altertable.sql lang/altertableDropColumn.sql -lang/arithmetic.sql lang/authorize.sql lang/autoincrement.sql lang/bit.sql -lang/bit2.sql lang/bug4356.java lang/bug5052rts.java lang/bug5054.java -lang/case.sql lang/cast.sql lang/casting.java lang/checkConstraint.sql @@ -32,7 +29,6 @@ lang/concateTests.java lang/connect.sql lang/consistencyChecker.sql -lang/constantExpression.sql lang/currentSchema.sql lang/currentof.java lang/cursor.java @@ -46,8 +42,6 @@ lang/declareGlobalTempTableJava.java lang/declareGlobalTempTableJavaJDBC30.java lang/delete.sql -lang/depend.sql -lang/derived.sql lang/desc_index.sql lang/distinct.sql lang/distinctElimination.sql @@ -144,7 +138,6 @@ lang/triggerStream.java lang/unaryArithmeticDynamicParameter.java lang/ungroupedAggregatesNegative.sql -lang/union.sql lang/unlimited.sql lang/updatableResultSet.java lang/update.sql