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 tm...@apache.org on 2006/06/01 15:15:51 UTC

svn commit: r410860 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit: build.xml fillLog.policy

Author: tmnk
Date: Thu Jun  1 06:15:50 2006
New Revision: 410860

URL: http://svn.apache.org/viewvc?rev=410860&view=rev
Log:
- DERBY-1346 unit/fillLog.unit seems to be failed if program was build as sane. - Patch by Myrna van Lunteren (m.v.lunteren@gmail.com)

Added:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/fillLog.policy
Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/build.xml

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/build.xml?rev=410860&r1=410859&r2=410860&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/build.xml Thu Jun  1 06:15:50 2006
@@ -52,7 +52,7 @@
   <target name="copyfiles">
     <copy todir="${out.dir}/${derby.testing.functest.dir}/tests/unit">
       <fileset dir="${derby.testing.src.dir}/${derby.testing.functest.dir}/tests/unit" 
-        includes="*.properties"/>  
+        includes="*.properties,*.policy"/>  
     </copy>
   </target> 
 

Added: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/fillLog.policy
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/fillLog.policy?rev=410860&view=auto
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/fillLog.policy (added)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/unit/fillLog.policy Thu Jun  1 06:15:50 2006
@@ -0,0 +1,7 @@
+//
+// fillLog.policy
+//
+grant codeBase "${derbyTesting.codejar}derby.jar" {
+  // for unit tests
+  permission java.util.PropertyPermission "derbyTesting.unittest.*", "read";
+};