Modified: river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedExceptionTest.td URL: http://svn.apache.org/viewvc/river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedExceptionTest.td?rev=1290948&r1=1290947&r2=1290948&view=diff ============================================================================== --- river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedExceptionTest.td (original) +++ river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedExceptionTest.td Sun Feb 19 04:51:20 2012 @@ -1,6 +1,6 @@ testClass=DoPrivilegedExceptionTest testCategories=security,security_spec -testClasspath=<file:lib/qa1-securityDoPrivileged.jar>$:<file:lib/qa1-securityUtil.jar>$:<harnessJar>$:<testJar>$:${com.sun.jini.jsk.home}$/lib$/jsk-platform.jar$:${com.sun.jini.jsk.home}$/lib$/jsk-lib.jar +testClasspath=<file:lib/qa1-securityDoPrivileged.jar>$:<file:lib/qa1-securityUtil.jar>$:${testClasspath} testPolicyfile=security.policy com.sun.jini.qa.harness.runkitserver=false com.sun.jini.qa.harness.runjiniserver=false
Modified: river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedTest.td URL: http://svn.apache.org/viewvc/river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedTest.td?rev=1290948&r1=1290947&r2=1290948&view=diff ============================================================================== --- river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedTest.td (original) +++ river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/DoPrivilegedTest.td Sun Feb 19 04:51:20 2012 @@ -1,6 +1,6 @@ testClass=DoPrivilegedTest testCategories=security,security_spec -testClasspath=<file:lib/qa1-securityDoPrivileged.jar>$:<file:lib/qa1-securityUtil.jar>$:<harnessJar>$:<testJar>$:${com.sun.jini.jsk.home}$/lib$/jsk-platform.jar$:${com.sun.jini.jsk.home}$/lib$/jsk-lib.jar +testClasspath=<file:lib/qa1-securityDoPrivileged.jar>$:<file:lib/qa1-securityUtil.jar>$:${testClasspath} testPolicyfile=security.policy com.sun.jini.qa.harness.runkitserver=false com.sun.jini.qa.harness.runjiniserver=false Modified: river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/security.policy?rev=1290948&r1=1290947&r2=1290948&view=diff ============================================================================== --- river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/security.policy (original) +++ river/jtsk/merge/qa/src/com/sun/jini/test/spec/security/security/security.policy Sun Feb 19 04:51:20 2012 @@ -48,3 +48,7 @@ grant codebase "file:${com.sun.jini.test permission java.security.SecurityPermission "getDomainCombiner"; permission java.lang.RuntimePermission "DoPrivilegedExceptionTEST1"; }; + +grant { + permission java.lang.RuntimePermission "accessClassInPackage.sun.security.util"; +}; \ No newline at end of file
