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 fu...@apache.org on 2006/08/24 01:23:13 UTC

svn commit: r434245 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude

Author: fuzzylogic
Date: Wed Aug 23 16:23:13 2006
New Revision: 434245

URL: http://svn.apache.org/viewvc?rev=434245&view=rev
Log:
DERBY-1691: exclude blobclob4BLOB from running against JCC until the test
can be fixed.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude?rev=434245&r1=434244&r2=434245&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/DerbyNet.exclude Wed Aug 23 16:23:13 2006
@@ -42,3 +42,6 @@
 # Excluding ResultSetClose test since an exception in a statement results in all
 # the result sets associated with the connection closing
 jdbcapi/ResultSetCloseTest.junit
+# DERBY-1691: when run against JCC, exceptions in blobclob4BLOB can appear in
+# different places in the output.
+jdbcapi/blobclob4BLOB.java