It shouldn't be difficult to add the permission to the default policy
files. Keep a record of the failed tests this'll make it easier to
track down.
Cheers,
Peter.
Sim IJskes - QCG wrote:
Pat,
The policy issue has been circumvented. For now.
Gr. Sim
On 11/02/2010 09:39 AM, sijs...@apache.org wrote:
Author: sijskes
Date: Tue Nov 2 08:39:24 2010
New Revision: 1029968
URL: http://svn.apache.org/viewvc?rev=1029968&view=rev
Log:
disabled heart for now
Modified:
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/HeartOfTheMachine.java
Modified:
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/HeartOfTheMachine.java
URL:
http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/HeartOfTheMachine.java?rev=1029968&r1=1029967&r2=1029968&view=diff
==============================================================================
---
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/HeartOfTheMachine.java
(original)
+++
incubator/river/jtsk/trunk/qa/src/com/sun/jini/qa/harness/HeartOfTheMachine.java
Tue Nov 2 08:39:24 2010
@@ -16,7 +16,7 @@ import java.util.concurrent.TimeUnit;
*/
public class HeartOfTheMachine
{
- private static String soul = System.getenv("SOUL");
+ private static String soul = null ; // System.getenv("SOUL");
public HeartOfTheMachine()
{