Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 98512 invoked from network); 17 Sep 2007 07:35:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2007 07:35:55 -0000 Received: (qmail 30860 invoked by uid 500); 17 Sep 2007 07:35:47 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 30829 invoked by uid 500); 17 Sep 2007 07:35:47 -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 30818 invoked by uid 99); 17 Sep 2007 07:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 00:35:47 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 07:35:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 876911A9832; Mon, 17 Sep 2007 00:35:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r576288 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ErrorCodeTest.java Date: Mon, 17 Sep 2007 07:35:34 -0000 To: derby-commits@db.apache.org From: oysteing@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070917073534.876911A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: oysteing Date: Mon Sep 17 00:35:33 2007 New Revision: 576288 URL: http://svn.apache.org/viewvc?rev=576288&view=rev Log: DERBY-3021 (follow-up). Missing update to ErrorCodeTest when error message was changed. Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ErrorCodeTest.java Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ErrorCodeTest.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ErrorCodeTest.java?rev=576288&r1=576287&r2=576288&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ErrorCodeTest.java (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ErrorCodeTest.java Mon Sep 17 00:35:33 2007 @@ -122,7 +122,7 @@ {"08004","User '{0}' cannot shut down database '{1}'. Only the database owner can perform this operation.","40000"}, {"08004","User '{0}' cannot (re)encrypt database '{1}'. Only the database owner can perform this operation.","40000"}, {"08004","User '{0}' cannot hard upgrade database '{1}'. Only the database owner can perform this operation.","40000"}, - {"08004","Connect refused to database '{0}' because it is in replication slave mode.","40000"}, + {"08004","Connection refused to database '{0}' because it is in replication slave mode.","40000"}, {"08006","An error occurred during connect reset and the connection has been terminated. See chained exceptions for details.","40000"}, {"08006","Database '{0}' shutdown.","45000"}, {"0A000","The DRDA command {0} is not currently implemented. The connection has been terminated.","40000"},