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 dj...@apache.org on 2006/01/13 23:06:12 UTC

svn commit: r368876 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests: jdbcapi/checkDriver_app.properties tools/dblook_test_app.properties tools/importExport_app.properties

Author: djd
Date: Fri Jan 13 14:06:10 2006
New Revision: 368876

URL: http://svn.apache.org/viewcvs?rev=368876&view=rev
Log:
DERBY-615 Indicate which bugs cause dblook_test and checkDriver to fail with SecurityManager.
Enable importExport with SecurityManager as it seems to work fine.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver_app.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_app.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver_app.properties
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver_app.properties?rev=368876&r1=368875&r2=368876&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver_app.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/checkDriver_app.properties Fri Jan 13 14:06:10 2006
@@ -5,7 +5,7 @@
 runwithibm13=false
 usedefaults=true
 
-#exclude with SecurityManager for now
+#exclude with SecurityManager DERBY-811
 noSecurityManager=true
 
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_app.properties
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_app.properties?rev=368876&r1=368875&r2=368876&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_app.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_app.properties Fri Jan 13 14:06:10 2006
@@ -3,5 +3,5 @@
 #Exclude for J2ME/Foundation - test requires java.sql.DriverManager
 runwithfoundation=false
 
-# disable security manager for now - need investigating
+# disable security manager for now - DERBY-537
 noSecurityManager=true

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties?rev=368876&r1=368875&r2=368876&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/importExport_app.properties Fri Jan 13 14:06:10 2006
@@ -1,6 +1,3 @@
 supportfiles=testData/ImportExport/EndOfFile.txt
 usedefaults=true
 useextdirs=true
-
-# disable security manager for now - need investigating
-noSecurityManager=true
\ No newline at end of file