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 2005/10/21 01:57:09 UTC

svn commit: r327046 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java

Author: djd
Date: Thu Oct 20 16:57:07 2005
New Revision: 327046

URL: http://svn.apache.org/viewcvs?rev=327046&view=rev
Log:
DERBY-615 Disable running with the security manager due to failures.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java?rev=327046&r1=327045&r2=327046&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java Thu Oct 20 16:57:07 2005
@@ -2075,10 +2075,12 @@
         jvm.setD(jvmProps);
         
         // set security properties
+        /*
         if (!runWithoutSecurityManager)
             jvm.setSecurityProps();
         else
         	System.out.println("-- SecurityManager not installed --");
+        */
             
         Vector v = jvm.getCommandLine();
         if ( ij.startsWith("ij") )