enable security manager in tests

This commit is contained in:
Robert Muir 2015-05-11 18:43:21 -04:00
parent 7d2126f610
commit aebe76a643
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/plugin_tools
/.local-execution-hints.log
/.local-*-execution-hints.log
/eclipse-build/

View File

@ -33,6 +33,7 @@
<properties>
<!-- You can add any specific project property here -->
<tests.security.manager>true</tests.security.manager>
</properties>
<dependencies>