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 km...@apache.org on 2006/01/10 06:57:47 UTC

svn commit: r367495 - in /db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi: copyfiles.ant xaSimpleNegative_sed.properties

Author: kmarsden
Date: Mon Jan  9 21:57:40 2006
New Revision: 367495

URL: http://svn.apache.org/viewcvs?rev=367495&view=rev
Log:
Merge revision 125113 from trunk to fix failure when running xaSimpleNegative test with jdk131 based jvms.

Contributed by Myrna Van Lunteren



Added:
    db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/xaSimpleNegative_sed.properties   (with props)
Modified:
    db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/copyfiles.ant

Modified: db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/copyfiles.ant
URL: http://svn.apache.org/viewcvs/db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/copyfiles.ant?rev=367495&r1=367494&r2=367495&view=diff
==============================================================================
--- db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/copyfiles.ant (original)
+++ db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/copyfiles.ant Mon Jan  9 21:57:40 2006
@@ -13,7 +13,9 @@
 xaMorph.sql
 xaSimpleNegative.sql
 xaSimpleNegative_derby.properties
+xaSimpleNegative_sed.properties
 xaSimplePositive.sql
 xaSimplePositive_app.properties
+xaSimplePositive_sed.properties
 xaSimplePositive_sed.properties
 xaStateTran.sql

Added: db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/xaSimpleNegative_sed.properties
URL: http://svn.apache.org/viewcvs/db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/xaSimpleNegative_sed.properties?rev=367495&view=auto
==============================================================================
--- db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/xaSimpleNegative_sed.properties (added)
+++ db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/xaSimpleNegative_sed.properties Mon Jan  9 21:57:40 2006
@@ -0,0 +1,9 @@
+# Filters and substitutes for SED
+# Multiple patterns for DELETE: comma separated
+#   delete=pattern1,pattern2,...,patternn
+# No commas can be allowed in the patterns.
+#
+# Multiple patterns for SUBSTITUTE: comma separated <pattern;substitute> pair
+#   substitute=pattern1;substitute1,pattern2;substitute2,...,patternn;substituten
+# No commas or semicolons can be allowed in the patterns/subsitutes.
+delete=ERROR XJ001: Java exception: 'java.lang.NoSuchMethodException: '.,ERROR XJ001: Java exception: 'java.lang.NoSuchMethodException: setHoldability'.

Propchange: db/derby/code/branches/10.0/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/xaSimpleNegative_sed.properties
------------------------------------------------------------------------------
    svn:eol-style = native