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 my...@apache.org on 2008/08/22 21:45:04 UTC

svn commit: r688184 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: master/ tests/lang/

Author: myrnavl
Date: Fri Aug 22 12:45:03 2008
New Revision: 688184

URL: http://svn.apache.org/viewvc?rev=688184&view=rev
Log:
DERBY-2422 ; test holdCursorJavaReflection was decided as unnecessary with
  jdk1.4 and up as it only tests a different way to get at the holdability
  functionality (as a temporary workaround while jdk13 was still supported). 
  However, there was no specific derby functionality tested that isn't tested
  elsewhere and the test should've gotten deleted to prevent confusion later. 

Removed:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/holdCursorJavaReflection.out
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection.java
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/holdCursorJavaReflection_app.properties
Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangHarnessJavaTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangHarnessJavaTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangHarnessJavaTest.java?rev=688184&r1=688183&r2=688184&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangHarnessJavaTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/LangHarnessJavaTest.java Fri Aug 22 12:45:03 2008
@@ -68,7 +68,6 @@
         // "errorStream", TODO: investigate/convert
         // "forbitdata", TODO: investigate/convert
         // "grantRevoke", TODO: uses TestUtil.isNetFramework()
-        // "holdCursorJavaReflection", TODO don't care holdability supported.
         "JitTest",
         // "logStream", TODO: investigate/convert
         // "maxMemPerTab", TODO: investigate/convert