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 ma...@apache.org on 2008/02/26 18:33:58 UTC

svn commit: r631311 - /db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangProcedureTest.java

Author: mamta
Date: Tue Feb 26 09:33:57 2008
New Revision: 631311

URL: http://svn.apache.org/viewvc?rev=631311&view=rev
Log:
Fixing the typo in the comments in the tests where I was referncing the incorrect jira entry. 
These tests were added for DERBY-3304


Modified:
    db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangProcedureTest.java

Modified: db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangProcedureTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangProcedureTest.java?rev=631311&r1=631310&r2=631311&view=diff
==============================================================================
--- db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangProcedureTest.java (original)
+++ db/derby/code/branches/10.3/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangProcedureTest.java Tue Feb 26 09:33:57 2008
@@ -1132,7 +1132,7 @@
     }
 
     /**
-     * A test case for DERBY-3414. An explicit rollback inside the procedure
+     * A test case for DERBY-3304. An explicit rollback inside the procedure
      * should close all the resultsets created before the call to the
      * procedure and any resultsets created inside the procedure including
      * the dynamic resultsets.
@@ -1154,7 +1154,7 @@
     }
 
     /**
-     * A test case for DERBY-3414. The procedure is attempting to insert a
+     * A test case for DERBY-3304. The procedure is attempting to insert a
      * duplicate key into a table which causes an internal rollback (vs a
      * user-initiated rollback). This internal rollback should close the
      * internal resultset associated with Java procedure along with closing