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 ka...@apache.org on 2009/04/17 13:52:05 UTC

svn commit: r765956 - /db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SysinfoTest.policy

Author: kahatlen
Date: Fri Apr 17 11:52:05 2009
New Revision: 765956

URL: http://svn.apache.org/viewvc?rev=765956&view=rev
Log:
DERBY-4118: ComparisonFailure in 'testSysinfo(org.apache.derbyTesting.functionTests.tests.derbynet.SysinfoTest)' on Derby 10.5 / Linux

Merged fix from trunk (revision 765955).

Modified:
    db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SysinfoTest.policy

Modified: db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SysinfoTest.policy
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SysinfoTest.policy?rev=765956&r1=765955&r2=765956&view=diff
==============================================================================
--- db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SysinfoTest.policy (original)
+++ db/derby/code/branches/10.5/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SysinfoTest.policy Fri Apr 17 11:52:05 2009
@@ -161,6 +161,7 @@
   // derby.* properties to avoid failures when it is listed before derby.jar in
   // the classpath.
   permission java.util.PropertyPermission "derby.*", "read";
+  permission java.util.PropertyPermission "java.class.path", "read";//sysinfo
 
   // DERBY-2302: derbyclient.jar needs to be able to read the user.dir property in order to
   // do tracing in that directory. Also, it needs read/write permissions in user.dir in order