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

Commit 6538895

Browse files
author
Michal Gajdos
committed
JERSEY-2781: Locale-dependent test fails in org.glassfish.jersey.message.internal.QualityTest.testEnhanceWithQualityParameter
- Updated test policies Change-Id: I4502737d2ae8d48ef80ff9fffca64c09b1213563 Signed-off-by: Michal Gajdos <[email protected]>
1 parent d0036b6 commit 6538895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core-common/src/test/resources/surefire.policy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2014-2015 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -52,6 +52,7 @@ grant codebase "file:${settings.localRepository}/-" {
5252
grant codebase "file:${project.build.directory}/test-classes/-" {
5353
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
5454
permission java.lang.RuntimePermission "modifyThread";
55+
permission java.util.PropertyPermission "*", "write";
5556
};
5657

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

0 commit comments

Comments
 (0)