Skip to content

HV-2072 Use the Local protocol to run the tests #1537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@
</property>
</activation>
<properties>
<!-- Use Local for testing without security manager -->
<arquillian.protocol>LocalSecurityManagerTesting</arquillian.protocol>
<arquillian.protocol>Local</arquillian.protocol>
<surefire.jvm.args.additional>-DincludeJavaFXTests=true -Duser.language=en -Duser.country=US</surefire.jvm.args.additional>
</properties>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,9 @@
* -Djava.security.policy=target/test-classes/test.policy
* -Djava.security.debug=access
* -DexcludeIntegrationTests=true
* -Darquillian.protocol=LocalSecurityManagerTesting
* -Darquillian.protocol=Local
* -Dorg.jboss.testharness.spi.StandaloneContainers=org.hibernate.jsr303.tck.util.StandaloneContainersImpl
* </pre>
* <p>
* Add the following option when you want to enable the security manager:
* <pre>
* -Djava.security.manager
* </pre>
* <p>
* You may also need to update your test.policy file to apply the permissions to the right source tree.
* See the comments in the file.
*
* @author Gunnar Morling
*/
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading