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 ka...@apache.org on 2007/03/09 08:55:16 UTC

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

Author: kahatlen
Date: Thu Mar  8 23:55:15 2007
New Revision: 516323

URL: http://svn.apache.org/viewvc?view=rev&rev=516323
Log:
DERBY-2411: convert scrollCursors2.java to JUnit

Removed javadoc comment for deleted method.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ScrollCursors2Test.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ScrollCursors2Test.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ScrollCursors2Test.java?view=diff&rev=516323&r1=516322&r2=516323
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ScrollCursors2Test.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/ScrollCursors2Test.java Thu Mar  8 23:55:15 2007
@@ -555,14 +555,6 @@
     }
 
     /**
-     * Negative tests for scroll insensitive cursor.
-     * 
-     * @exception SQLException
-     *                Thrown if some unexpected error happens
-     */
-    
-    
-    /**
      * CallableStatement tests.
      * 
      * @exception SQLException