Author: kmarsden
Date: Tue Nov 18 09:33:49 2008
New Revision: 718662
URL: http://svn.apache.org/viewvc?rev=718662&view=rev
Log:
DERBY-2082 store/OnlineBackupTest1.java fails with unhandled exception/crash on wctme5.7 foundation
on 10.2
Disable test with wctme5.7 so it doesn't show up in the nightlies
Modified:
db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1_app.properties
Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1_app.properties?rev=718662&r1=718661&r2=718662&view=diff
==============================================================================
--- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1_app.properties
(original)
+++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/store/OnlineBackupTest1_app.properties
Tue Nov 18 09:33:49 2008
@@ -12,4 +12,5 @@
usedefaults=true
useextdirs=true
-
+#DERBY-2082 jvm crash with wctme5.7, Disable for that jvm.
+runwithfoundation=false
|