Test [LANG-744] StringUtils throws java.security.AccessControlException on Google App Engine.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1164306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-09-02 00:11:36 +00:00
parent 507ae723e3
commit a6323c354d
1 changed files with 2 additions and 0 deletions

View File

@ -479,6 +479,8 @@
<includes>
<include>**/*Test.java</include>
</includes>
<!-- Test [LANG-744] StringUtils throws java.security.AccessControlException on Google App Engine. -->
<!-- <argLine>-Djava.security.manager -Djava.security.policy=${basedir}/src/test/resources/java.policy</argLine> -->
</configuration>
</plugin>
<plugin>