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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5e223f95bc Re-enable test after 
https://github.com/apache/tomee/pull/1093
5e223f95bc is described below

commit 5e223f95bcbb8ef7d6065ea511606e9e0e43fb85
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Jan 16 09:25:14 2024 +0100

    Re-enable test after https://github.com/apache/tomee/pull/1093
---
 .../java/org/superbiz/moviefun/MoviesHtmlUnitTest.java    | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git 
a/arquillian/arquillian-tomee-moviefun-example/src/test/java/org/superbiz/moviefun/MoviesHtmlUnitTest.java
 
b/arquillian/arquillian-tomee-moviefun-example/src/test/java/org/superbiz/moviefun/MoviesHtmlUnitTest.java
index 236d798a25..33c9c56aa0 100644
--- 
a/arquillian/arquillian-tomee-moviefun-example/src/test/java/org/superbiz/moviefun/MoviesHtmlUnitTest.java
+++ 
b/arquillian/arquillian-tomee-moviefun-example/src/test/java/org/superbiz/moviefun/MoviesHtmlUnitTest.java
@@ -76,21 +76,6 @@ public class MoviesHtmlUnitTest {
     }
 
     @Test
-    @Ignore("This test fails due to a change in OWB-4 to pass the TCK related 
to dotted EL names: " +
-        
"https://github.com/apache/openwebbeans/commit/4e4962a69064585d146c71bb387a8395455e88b5";
 +
-        "Until this is fixed, we disable this test. Related stacktrace is 
added below.")
-    /*
-     jakarta.el.PropertyNotFoundException: The class 
'org.apache.webbeans.el22.WrappedValueExpressionNode' does not have the 
property 'title'.
-           at 
jakarta.el.BeanELResolver.getBeanProperty(BeanELResolver.java:626)
-           at jakarta.el.BeanELResolver.getValue(BeanELResolver.java:338)
-           at 
org.apache.jasper.el.JasperELResolver.getValue(JasperELResolver.java:129)
-           at org.apache.el.parser.AstValue.getValue(AstValue.java:169)
-       at 
org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:190)
-       at 
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:701)
-       at 
org.apache.jsp.WEB_002dINF.setup_jsp._jspx_meth_c_005fout_005f0(setup_jsp.java:247)
-       at 
org.apache.jsp.WEB_002dINF.setup_jsp._jspx_meth_c_005fforEach_005f0(setup_jsp.java:198)
-       at org.apache.jsp.WEB_002dINF.setup_jsp._jspService(setup_jsp.java:150)
-     */
     public void testShouldMakeSureWebappIsWorking() throws Exception {
         WebClient webClient = new WebClient();
         HtmlPage page = 
webClient.getPage("http://localhost:9999/moviefun/setup";);

Reply via email to