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 ba...@apache.org on 2005/02/03 21:09:53 UTC

svn commit: r151219 - in incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: master/DerbyNetClient/sysinfo.out suites/noDerbyNetClient.runall

Author: bandaram
Date: Thu Feb  3 12:09:52 2005
New Revision: 151219

URL: http://svn.apache.org/viewcvs?view=rev&rev=151219
Log:
Update a few masters, in preparation for Derby Network Client submission for a vote.

Submitted by Satheesh Bandaram (satheesh@sourcery.org)

Modified:
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out?view=diff&r1=151218&r2=151219
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out Thu Feb  3 12:09:52 2005
@@ -12,6 +12,7 @@
 derby.drda.host=localhost
 derby.drda.traceAll=false
 ----- Derby Information --------
+JRE - JDBC: J2SE 1.4 - JDBC 3.0
 -----
 ----- Locale Information -----------------
 Current Locale :  [English/United States [en_US]]
@@ -40,6 +41,7 @@
 derby.drda.host=localhost
 derby.drda.traceAll=false
 ----- Derby Information --------
+JRE - JDBC: J2SE 1.4 - JDBC 3.0
 -----
 ----- Locale Information -----------------
 Current Locale :  [English/United States [en_US]]

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall?view=diff&r1=151218&r2=151219
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall Thu Feb  3 12:09:52 2005
@@ -1 +1,9 @@
 derbynet/dataSourcePermissions_net.java
+# excluding resultsetStream.java because this test uses java.io.FileInputStream throughout the test
+# excluding scrollCursors2.java because updatable resultsets & scroll sensitive cursors are not supported
+# excluding batchUpdate.java for it hits a problem in networkserver ('beetle' 5561)
+# excluding statementJdbc20.java because this tests fetch_reverse throughout the test
+jdbcapi/resultsetStream.java
+lang/scrollCursors2.java
+jdbcapi/batchUpdate.java
+jdbcapi/statementJdbc20.java