Skip to content

Commit

Permalink
Re-enable test after #1093
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Jan 16, 2024
1 parent 728aab6 commit 5e223f9
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,6 @@ private static File createWebApp() throws IOException {
}

@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");
Expand Down

0 comments on commit 5e223f9

Please sign in to comment.