Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 65809 invoked from network); 19 Sep 2005 23:34:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2005 23:34:09 -0000 Received: (qmail 4531 invoked by uid 500); 19 Sep 2005 23:34:09 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 4471 invoked by uid 500); 19 Sep 2005 23:34:09 -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 4445 invoked by uid 99); 19 Sep 2005 23:34:09 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Sep 2005 16:34:08 -0700 Received: (qmail 65534 invoked by uid 65534); 19 Sep 2005 23:33:08 -0000 Message-ID: <20050919233308.65533.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290309 - in /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests: master/dbjar.out suites/derbylang.runall tests/lang/copyfiles.ant tests/lang/dbjar.jar tests/lang/dbjar.sql tests/lang/dbjar_app.properties Date: Mon, 19 Sep 2005 23:33:07 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: djd Date: Mon Sep 19 16:33:03 2005 New Revision: 290309 URL: http://svn.apache.org/viewcvs?rev=290309&view=rev Log: Remove test dbjar.sql as its test cases have been merged into lang.dcl.sql to avoid duplication of effort. Merged from trunk 279393, brings 10.1 into line wiht the trunk for the tests on database class loading including database in a jar. Removed: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/dbjar.out db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbjar.jar db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbjar.sql db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/dbjar_app.properties Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/copyfiles.ant Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall URL: http://svn.apache.org/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall?rev=290309&r1=290308&r2=290309&view=diff ============================================================================== --- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall (original) +++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/suites/derbylang.runall Mon Sep 19 16:33:03 2005 @@ -39,7 +39,6 @@ lang/datetime.sql lang/db2Compatibility.sql lang/dbManagerLimits.java -lang/dbjar.sql lang/dcl.sql lang/ddlTableLockMode.sql lang/deadlockMode.java Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/copyfiles.ant URL: http://svn.apache.org/viewcvs/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/copyfiles.ant?rev=290309&r1=290308&r2=290309&view=diff ============================================================================== --- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/copyfiles.ant (original) +++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/tests/lang/copyfiles.ant Mon Sep 19 16:33:03 2005 @@ -49,9 +49,6 @@ datetime.sql db2Compatibility.sql dbManagerLimits_app.properties -dbjar.jar -dbjar.sql -dbjar_app.properties dcl.sql dcl_app.properties dcl_emc1.jar