Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 74026 invoked from network); 11 Nov 2005 03:27:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Nov 2005 03:27:00 -0000 Received: (qmail 12042 invoked by uid 500); 11 Nov 2005 03:26:59 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 11724 invoked by uid 500); 11 Nov 2005 03:26:57 -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 11626 invoked by uid 99); 11 Nov 2005 03:26:54 -0000 X-ASF-Spam-Status: No, hits=-9.4 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; Thu, 10 Nov 2005 19:26:53 -0800 Received: (qmail 73809 invoked by uid 65534); 11 Nov 2005 03:26:33 -0000 Message-ID: <20051111032633.73807.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r332436 [2/2] - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: master/ master/j9_foundation/ tests/jdbcapi/ tests/lang/ Date: Fri, 11 Nov 2005 03:26:27 -0000 To: derby-commits@db.apache.org From: kmarsden@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 Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/db2Compatibility_app.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/db2Compatibility_app.properties?rev=332436&r1=332435&r2=332436&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/db2Compatibility_app.properties (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/db2Compatibility_app.properties Thu Nov 10 19:26:11 2005 @@ -1,5 +1,2 @@ -#Exclude for J2ME/Foundation - test requires java.sql.Driver -runwithfoundation=false - usedefaults=true Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/errorCode_app.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/errorCode_app.properties?rev=332436&r1=332435&r2=332436&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/errorCode_app.properties (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/errorCode_app.properties Thu Nov 10 19:26:11 2005 @@ -3,5 +3,5 @@ ij.showNoConnectionsAtStart=true ij.showNoCountForSelect=true -#Exclude for J2ME/Foundation - test requires java.sql.Driver +#Exclude for J2ME/Foundation for now - test uses ij 'driver' command runwithfoundation=false Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock.sql URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock.sql?rev=332436&r1=332435&r2=332436&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock.sql (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock.sql Thu Nov 10 19:26:11 2005 @@ -1,8 +1,8 @@ disconnect; -connect 'jdbc:derby:wombat;user=U1' AS C1; +connect 'wombat;user=U1' AS C1; autocommit off; -connect 'jdbc:derby:wombat;user=U2' AS C2; +connect 'wombat;user=U2' AS C2; autocommit off; set connection C1; Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock_app.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock_app.properties?rev=332436&r1=332435&r2=332436&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock_app.properties (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/joinDeadlock_app.properties Thu Nov 10 19:26:11 2005 @@ -1,5 +1,2 @@ -#Exclude for J2ME/Foundation - test requires java.sql.Driver -runwithfoundation=false - usedefaults=true Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/maxMemPerTab_app.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/maxMemPerTab_app.properties?rev=332436&r1=332435&r2=332436&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/maxMemPerTab_app.properties (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/maxMemPerTab_app.properties Thu Nov 10 19:26:11 2005 @@ -1,4 +1,4 @@ -#Exclude for J2ME/Foundation - test requires java.sql.DriverManager +#Exclude for J2ME/Foundation - test uses procedure with server-side JDBC runwithfoundation=false usedefaults=true Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/nestedCommit_app.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/nestedCommit_app.properties?rev=332436&r1=332435&r2=332436&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/nestedCommit_app.properties (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/nestedCommit_app.properties Thu Nov 10 19:26:11 2005 @@ -1,4 +1,4 @@ -#Exclude for J2ME/Foundation - test requires java.sql.DriverManager +#Exclude for J2ME/Foundation - test uses procedure with server-side JDBC runwithfoundation=false usedefaults=true Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/unaryArithmeticDynamicParameter_app.properties URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/unaryArithmeticDynamicParameter_app.properties?rev=332436&r1=332435&r2=332436&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/unaryArithmeticDynamicParameter_app.properties (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/unaryArithmeticDynamicParameter_app.properties Thu Nov 10 19:26:11 2005 @@ -8,4 +8,7 @@ runwithjdk13=false runwithj9=false +#Exclude for J2ME/Foundation for now +runwithfoundation=false + usedefaults=true