Skip to content

Commit

Permalink
Updated the OpenJcePlusTests to FIPS140_3_OpenJCEPlusFIPS or FIPS140_…
Browse files Browse the repository at this point in the history
…3_OpenJCEPlusFIPS

Signed-off-by: Anna Babu Palathingal <[email protected]>

related:adoptium#5605
  • Loading branch information
annaibm committed Sep 13, 2024
1 parent ac9467b commit 8b9afd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functional/OpenJcePlusTests/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
<target name="build" >
<if>
<or>
<contains string="${TEST_FLAG}" substring="OpenJcePlusTests"/>
<contains string="${TEST_FLAG}" substring="FIPS140_3_OpenJCEPlusFIPS"/>
<contains string="${TEST_FLAG}" substring="FIPS140_3_OpenJCEPlusFIPS.FIPS140-3"/>
<and>
<equals arg1="${JDK_VENDOR}" arg2="ibm" />
<equals arg1="${JDK_IMPL}" arg2="openj9" />
Expand Down

0 comments on commit 8b9afd7

Please sign in to comment.