Author: davidvc
Date: Tue Nov 1 15:12:43 2005
New Revision: 330147
URL: http://svn.apache.org/viewcvs?rev=330147&view=rev
Log:
Quick fix to DERBY-516, indicating that the CompatibilityTest should
not be run under the security manager
Modified:
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/CompatibilityTest_app.properties
Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/CompatibilityTest_app.properties
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/CompatibilityTest_app.properties?rev=330147&r1=330146&r2=330147&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/CompatibilityTest_app.properties
(original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/CompatibilityTest_app.properties
Tue Nov 1 15:12:43 2005
@@ -1 +1,2 @@
usedefaults=true
+noSecurityManager=true
|