diff --git a/dev/com.ibm.ws.jsp.2.3_fat/fat/src/com/ibm/ws/jsp23/fat/tests/JSP23JSP22ServerTest.java b/dev/com.ibm.ws.jsp.2.3_fat/fat/src/com/ibm/ws/jsp23/fat/tests/JSP23JSP22ServerTest.java index 25f6d652851..1d4401e9b07 100644 --- a/dev/com.ibm.ws.jsp.2.3_fat/fat/src/com/ibm/ws/jsp23/fat/tests/JSP23JSP22ServerTest.java +++ b/dev/com.ibm.ws.jsp.2.3_fat/fat/src/com/ibm/ws/jsp23/fat/tests/JSP23JSP22ServerTest.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package com.ibm.ws.jsp23.fat.tests; @@ -81,10 +81,9 @@ public static void testCleanup() throws Exception { * * @throws Exception */ - @Test - @SkipForRepeat({SkipForRepeat.EE9_OR_LATER_FEATURES}) - public void testJsp23to22FeatureChange() throws Exception { + @SkipForRepeat({ SkipForRepeat.EE9_OR_LATER_FEATURES }) + public void testJsp23toJsp22FeatureChange() throws Exception { WebConversation wc = new WebConversation(); wc.setExceptionsThrownOnErrorStatus(false); @@ -124,8 +123,8 @@ public void testJsp23to22FeatureChange() throws Exception { * @throws Exception */ @Test - @SkipForRepeat({SkipForRepeat.NO_MODIFICATION, SkipForRepeat.EE10_OR_LATER_FEATURES}) - public void testJsp30to23FeatureChange() throws Exception { + @SkipForRepeat({ SkipForRepeat.NO_MODIFICATION, SkipForRepeat.EE10_OR_LATER_FEATURES }) + public void testPages30toJsp23FeatureChange() throws Exception { WebConversation wc = new WebConversation(); wc.setExceptionsThrownOnErrorStatus(false); @@ -166,8 +165,8 @@ public void testJsp30to23FeatureChange() throws Exception { * @throws Exception */ @Test - @SkipForRepeat({SkipForRepeat.NO_MODIFICATION, SkipForRepeat.EE9_FEATURES, SkipForRepeat.EE11_OR_LATER_FEATURES}) - public void testJsp31to23FeatureChange() throws Exception { + @SkipForRepeat({ SkipForRepeat.NO_MODIFICATION, SkipForRepeat.EE9_FEATURES, SkipForRepeat.EE11_OR_LATER_FEATURES }) + public void testPages31toJsp23FeatureChange() throws Exception { WebConversation wc = new WebConversation(); wc.setExceptionsThrownOnErrorStatus(false); @@ -208,8 +207,8 @@ public void testJsp31to23FeatureChange() throws Exception { * @throws Exception */ @Test - @SkipForRepeat({SkipForRepeat.NO_MODIFICATION, SkipForRepeat.EE9_FEATURES, SkipForRepeat.EE10_FEATURES}) - public void testJsp40to31FeatureChange() throws Exception { + @SkipForRepeat({ SkipForRepeat.NO_MODIFICATION, SkipForRepeat.EE9_FEATURES, SkipForRepeat.EE10_FEATURES }) + public void testPages40toJsp31FeatureChange() throws Exception { WebConversation wc = new WebConversation(); wc.setExceptionsThrownOnErrorStatus(false);