Hi Julia,

* @run testng/othervm/java.security.policy=FilePublisherPermsTest1.policy

Does this actually work as expected? I thought the syntax was:

@run testng/othervm/policy=<file>

And FWIW there some subtlety with
  othervm/policy=<file>
versus
  othervm/policy==<file>

and I never remember which one should be used.

Here we do want the default.policy files to be extended, and not
replaced. So you may have to go with == (maybe)

cheers,

-- daniel

On 24/03/2020 15:01, Julia Boes wrote:
Updated webrev: http://cr.openjdk.java.net/~jboes/webrevs/8235459/webrev.03/

Cheers,

Julia



Reply via email to