Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Merge "JERSEY-2781: Locale-dependent test fails in org.glassfish.jers…
Browse files Browse the repository at this point in the history
…ey.message.internal.QualityTest.testEnhanceWithQualityParameter"
  • Loading branch information
shamoh authored and Gerrit Code Review committed Feb 10, 2015
2 parents de092f8 + 6538895 commit c7dc499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core-common/src/test/resources/surefire.policy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014-2015 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -52,6 +52,7 @@ grant codebase "file:${settings.localRepository}/-" {
grant codebase "file:${project.build.directory}/test-classes/-" {
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
permission java.lang.RuntimePermission "modifyThread";
permission java.util.PropertyPermission "*", "write";
};

grant codebase "file:${project.build.directory}/classes/-" {
Expand Down

0 comments on commit c7dc499

Please sign in to comment.