Arto Pastinen wrote on Monday, May 03, 2004 12:42 PM:

> Ok, if someone interested, i must add:
> maven.junit.jvmargs=-Djava.security.auth.login.config=test.conf
> to project.properties, instead definind that in command line.

You might also setup an system environment in the test case's setUp method. Just 
Retrieve the original environemnt with System.getProperties and restore them later in 
tearDown with system.setProperties.

Regards,
Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to