You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2023/02/06 13:58:20 UTC

[myfaces] branch main updated: fixed build

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/main by this push:
     new efbadc6c8 fixed build
efbadc6c8 is described below

commit efbadc6c8018221562b3dc3564a2530ae95f1646
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Feb 6 14:58:11 2023 +0100

    fixed build
---
 .../core/extensions/quarkus/showcase/QuarkusMyFacesShowcaseTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/quarkus/showcase/src/test/java/org/apache/myfaces/core/extensions/quarkus/showcase/QuarkusMyFacesShowcaseTest.java b/extensions/quarkus/showcase/src/test/java/org/apache/myfaces/core/extensions/quarkus/showcase/QuarkusMyFacesShowcaseTest.java
index d525bc2f1..5e7d6dbbb 100644
--- a/extensions/quarkus/showcase/src/test/java/org/apache/myfaces/core/extensions/quarkus/showcase/QuarkusMyFacesShowcaseTest.java
+++ b/extensions/quarkus/showcase/src/test/java/org/apache/myfaces/core/extensions/quarkus/showcase/QuarkusMyFacesShowcaseTest.java
@@ -46,7 +46,7 @@ public class QuarkusMyFacesShowcaseTest
 
     private static WebClient webClient;
 
-    @BeforeEachAll
+    @BeforeAll
     public static void initWebClient()
     {
         webClient = new WebClient(BrowserVersion.CHROME);
@@ -58,7 +58,7 @@ public class QuarkusMyFacesShowcaseTest
         webClient.setAjaxController(new NicelyResynchronizingAjaxController());
     }
 
-    @AfterEachAll
+    @AfterAll
     public static void closeWebClient()
     {
         if (webClient != null)