Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 48511 invoked from network); 19 Nov 2006 22:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2006 22:54:07 -0000 Received: (qmail 84767 invoked by uid 500); 19 Nov 2006 22:54:17 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 84742 invoked by uid 500); 19 Nov 2006 22:54:17 -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 84727 invoked by uid 99); 19 Nov 2006 22:54:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 14:54:17 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of m.v.lunteren@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 14:54:04 -0800 Received: by nf-out-0910.google.com with SMTP id x37so1753900nfc for ; Sun, 19 Nov 2006 14:53:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VhyfCguRfdsP37BfUHaOpSfpz+0DLB1cVCvjdGzn/5CME/hUn6kZCgst5wBgG5XYMEUbb4Jkv/tsAqw8EtO1hl3OB18I5FH7BH4OGoU0KgvofmqbYDrNSoVjt5v+Z/AUaqcQfBj3xJV5oIluaG2yEVFqiJzt9DRCstEBRoutkMQ= Received: by 10.78.127.3 with SMTP id z3mr4538337huc.1163976817933; Sun, 19 Nov 2006 14:53:37 -0800 (PST) Received: by 10.78.186.8 with HTTP; Sun, 19 Nov 2006 14:53:37 -0800 (PST) Message-ID: Date: Sun, 19 Nov 2006 14:53:37 -0800 From: "Myrna van Lunteren" To: "Derby Development" Subject: Re: svn commit: r476964 - /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out Cc: derby-commits@db.apache.org In-Reply-To: <20061119224442.1AAD81A9846@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061119224442.1AAD81A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Hi all, this is weird - for some reason it thought I was kmarsden in my co for this branch?! Myrna On 11/19/06, kmarsden@apache.org wrote: > Author: kmarsden > Date: Sun Nov 19 14:44:41 2006 > New Revision: 476964 > > URL: http://svn.apache.org/viewvc?view=rev&rev=476964 > Log: > DERBY-416 - forgotten file update for j9 max configuration. > > > Modified: > db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out > > Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out > URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out?view=diff&rev=476964&r1=476963&r2=476964 > ============================================================================== > --- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out (original) > +++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/updatableResultSet.out Sun Nov 19 14:44:41 2006 > @@ -115,7 +115,7 @@ > Got expected exception ResultSet not open. Operation 'next' not permitted. Verify that autocommit is OFF. > Negative Test15 - Can't call updateXXX methods on columns that do not correspond to a column in the table > SQL State : XJ084 > -Got expected exception Column does not correspond to a column in the base table. Cant issue {0} on this column. > +Got expected exception Column does not correspond to a column in the base table. Cannot issue 'updateInt' on this column. > Negative Test16 - Call updateXXX method on out of the range column > There are only 2 columns in the select list and we are trying to send updateXXX on column position 3 > SQL State : XCL14 > > >