Skip to content

Commit 4b14254

Browse files
committed
update
1 parent ad4fdb3 commit 4b14254

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

closed/test/jdk/openj9/internal/security/TestPolicySunset.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ private static Stream<Arguments> patternMatches_testPolicySunset() {
134134
propertyFile,
135135
"=true", null,
136136
"",
137+
1),
138+
// 11 - expired; suppress=false; ignore unset
139+
Arguments.of("Test-Profile-PolicySunset-Expired",
140+
propertyFile,
141+
"=false", null,
142+
"Use -Dsemeru.restrictedsecurity.ignoresunsetexpiration to allow java to start while possibly using uncertified cryptography",
137143
1));
138144
}
139145

0 commit comments

Comments
 (0)