@@ -236,10 +236,6 @@ public void testWebPages(String urlBase, String homePage, String supportedServer
236236 } else if (supportedServer .equalsIgnoreCase ("WILDFLY" )) {
237237 // Wildfly has a special port
238238 specialUrlBase = urlBase .replace (SupportedServer .WILDFLY .getPortServiceA (), "9990" );
239- // Pertinent for Q 2.x+, also in index.html
240- //} else if (supportedServer.equalsIgnoreCase("QUARKUS")) {
241- // // Quarkus prepends /q
242- // specialUrlBase = urlBase + "q/";
243239 } else {
244240 specialUrlBase = urlBase ;
245241 }
@@ -259,7 +255,7 @@ public void testWebPages(String urlBase, String homePage, String supportedServer
259255 testWeb (urlBase + MPSpecGET .METRICS .urlContent [0 ][0 ], 5 , MPSpecGET .METRICS .urlContent [0 ][1 ]);
260256 testWeb (specialUrlBase + MPSpecGET .METRICS .urlContent [1 ][0 ], 10 , MPSpecGET .METRICS .urlContent [1 ][1 ]);
261257 testWeb (urlBase + MPSpecGET .JWT_AUTH .urlContent [0 ][0 ], 5 , MPSpecGET .JWT_AUTH .urlContent [0 ][1 ]);
262- if (supportedServer .equalsIgnoreCase ("TOMEE" ) || supportedServer . equalsIgnoreCase ( "QUARKUS" ) ) {
258+ if (supportedServer .equalsIgnoreCase ("TOMEE" )) {
263259 testWeb (specialUrlBase + MPSpecGET .OPEN_API .urlContent [0 ][0 ], 5 , MPSpecGET .OPEN_API .urlContent [0 ][1 ]);
264260 } else {
265261 testWeb (urlBase + MPSpecGET .OPEN_API .urlContent [0 ][0 ], 5 , MPSpecGET .OPEN_API .urlContent [0 ][1 ]);
@@ -274,7 +270,7 @@ public void testWebPages(String urlBase, String homePage, String supportedServer
274270 testWeb (specialUrlBase + MPSpecGET .HEALTH_CHECKS .urlContent [0 ][0 ], 5 , MPSpecGET .HEALTH_CHECKS .urlContent [0 ][1 ]);
275271 testWeb (urlBase + MPSpecGET .METRICS .urlContent [0 ][0 ], 5 , MPSpecGET .METRICS .urlContent [0 ][1 ]);
276272 testWeb (specialUrlBase + MPSpecGET .METRICS .urlContent [1 ][0 ], 5 , MPSpecGET .METRICS .urlContent [1 ][1 ]);
277- if (supportedServer .equalsIgnoreCase ("TOMEE" ) || supportedServer . equalsIgnoreCase ( "QUARKUS" ) ) {
273+ if (supportedServer .equalsIgnoreCase ("TOMEE" )) {
278274 testWeb (specialUrlBase + MPSpecGET .OPEN_API .urlContent [0 ][0 ], 5 , MPSpecGET .OPEN_API .urlContent [0 ][1 ]);
279275 } else {
280276 testWeb (urlBase + MPSpecGET .OPEN_API .urlContent [0 ][0 ], 5 , MPSpecGET .OPEN_API .urlContent [0 ][1 ]);
0 commit comments