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/11/03 10:37:55 UTC

(myfaces) branch 3.0.x updated: fixed test

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

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


The following commit(s) were added to refs/heads/3.0.x by this push:
     new f30ba62c4 fixed test
f30ba62c4 is described below

commit f30ba62c4a73cf6f9be0146a96df45e66f776953
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Fri Nov 3 11:37:48 2023 +0100

    fixed test
---
 .../view/facelets/tag/jsf/html/DefaultHtmlDecoratorTestCase.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/src/test/java/org/apache/myfaces/view/facelets/tag/jsf/html/DefaultHtmlDecoratorTestCase.java b/impl/src/test/java/org/apache/myfaces/view/facelets/tag/jsf/html/DefaultHtmlDecoratorTestCase.java
index b02433910..00dffca6c 100644
--- a/impl/src/test/java/org/apache/myfaces/view/facelets/tag/jsf/html/DefaultHtmlDecoratorTestCase.java
+++ b/impl/src/test/java/org/apache/myfaces/view/facelets/tag/jsf/html/DefaultHtmlDecoratorTestCase.java
@@ -586,7 +586,7 @@ public class DefaultHtmlDecoratorTestCase extends FaceletTestCase
             new HtmlRenderedAttr("onclick", 
                     "jsf.util.chain(this, event,'alert(\\'hello\\')', "
                     + "'jsf.ajax.request(this,event,{render:\\'myForm:box5\\',"
-                            + "params:{\\'jakarta.faces.behavior.event\\':\\'click\\'}})');"),
+                            + "\\'params\\':{\\'jakarta.faces.behavior.event\\':\\'click\\'}})');"),
         };
         
         HtmlCheckAttributesUtil.checkRenderedAttributes(attrs, sw.toString());