hi,
I logged DERBY-240 so this issue can be tracked, but realistically, there's not much chance of a fix in the jdk131 or ibm131 jvms. So, with this patch, I'm disabling running i18n/messageLocale with the jvms based on jdk131 spec.
Index: java/testing/org/apache/derbyTesting/functionTests/tests/i18n/messageLocale_app.properties =================================================================== --- java/testing/org/apache/derbyTesting/functionTests/tests/i18n/messageLocale_app.properties (revision 164854) +++ java/testing/org/apache/derbyTesting/functionTests/tests/i18n/messageLocale_app.properties (working copy) @@ -1,3 +1,6 @@ # # No default driver or connection fake=ij seems to need one property set +runwithjdk13=false +runwithibm13=false +runwithj9=false
