Author: mikem
Date: Thu Jun 15 11:26:26 2006
New Revision: 414649
URL: http://svn.apache.org/viewvc?rev=414649&view=rev
Log:
DERBY-1408
Setting the test properties so that this test does not run with j9, it already
was disabled for the following:
runwithibm13=false
runwithjdk13=false
runwithjdk12=false
Modified:
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest_app.properties
Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest_app.properties?rev=414649&r1=414648&r2=414649&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest_app.properties
(original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ScrollResultSetTest_app.properties
Thu Jun 15 11:26:26 2006
@@ -1,3 +1,4 @@
runwithibm13=false
runwithjdk13=false
runwithjdk12=false
+runwithj9=false
|