You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by oy...@apache.org on 2007/09/17 09:35:34 UTC

svn commit: r576288 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ErrorCodeTest.java

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"},