From aa7ca16a753b6fcb86b7b51cea74191a19120a74 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Thu, 14 Nov 2024 11:53:16 -0500 Subject: [PATCH] update . --- closed/test/jdk/openj9/internal/security/TestProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closed/test/jdk/openj9/internal/security/TestProperties.java b/closed/test/jdk/openj9/internal/security/TestProperties.java index 6089b36e857..96aebad0261 100644 --- a/closed/test/jdk/openj9/internal/security/TestProperties.java +++ b/closed/test/jdk/openj9/internal/security/TestProperties.java @@ -45,7 +45,7 @@ public class TestProperties { private static Stream patternMatches_expectedExitValue0() { return Stream.of( - // 1 - Test property - Same beginnings of the profile name without version + // 1 - Test property - Same beginnings of the profile name without version. Arguments.of("Test-Profile-SameStartWithoutVersion", System.getProperty("test.src") + "/property-java.security", "(?s)(?=.*Sun)(?=.*\\bSunJCE\\b)(?=.*SunJSSE)")