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 km...@apache.org on 2011/08/18 03:23:08 UTC

svn commit: r1158982 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy

Author: kmarsden
Date: Thu Aug 18 01:23:07 2011
New Revision: 1158982

URL: http://svn.apache.org/viewvc?rev=1158982&view=rev
Log:
DERBY-4249 Create a simple store recovery test in JUnit

fix missing commas in policy file which caused failures with Sun JVM


Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy?rev=1158982&r1=1158981&r2=1158982&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy Thu Aug 18 01:23:07 2011
@@ -227,7 +227,7 @@ grant codeBase "${derbyTesting.testjar}d
   permission java.io.FilePermission "${user.dir}${/}-", "read,write,delete"; 
 
   // Tests need to be able to exec a java program.
-  permission java.io.FilePermission "${java.home}${/}-" "execute";	
+  permission java.io.FilePermission "${java.home}${/}-", "execute";	
 
   // When running with useprocess=false need to install and uninstall
   // the security manager and allow setIO to change the system err and out
@@ -303,7 +303,7 @@ grant codeBase "${derbyTesting.codeclass
   permission java.io.FilePermission "${user.dir}${/}-", "read,write,delete"; 
    
   // Tests need to be able to exec a java program.
-  permission java.io.FilePermission "${java.home}${/}-" "execute";
+  permission java.io.FilePermission "${java.home}${/}-", "execute";
  
   // These permissions are needed to load the JCE for encryption with Sun and IBM JDK131.
   // JDK14 has the JCE  preloaded