bmarwell commented on PR #96: URL: https://github.com/apache/freemarker/pull/96#issuecomment-1780718529
Down to three test errors: ``` Error: Failures: Error: RealServletContainertTest.basicELFunctions:116->WebAppTestCase.assertJSPAndFTLOutputEquals:150->WebAppTestCase.assertOutputsEqual:155->WebAppTestCase.getResponseContent:92 Expected HTTP status 200, but got 500 (message: Server Error) for URI http://localhost:36263/basic/tester?view=customELFunctions1.jsp Error: RealServletContainertTest.basicELFunctionsTagNameClash:124->WebAppTestCase.assertJSPAndFTLOutputEquals:150->WebAppTestCase.assertOutputsEqual:155->WebAppTestCase.getResponseContent:92 Expected HTTP status 200, but got 500 (message: Server Error) for URI http://localhost:36263/basic/tester?view=elFunctionsTagNameClash.jsp Error: RealServletContainertTest.basicTrivial:77->WebAppTestCase.assertJSPAndFTLOutputEquals:150->WebAppTestCase.assertOutputsEqual:155->WebAppTestCase.getResponseContent:92 Expected HTTP status 200, but got 500 (message: Server Error) for URI http://localhost:36263/basic/tester?view=trivial.jsp ``` Sadly there is not description for the exception: ``` Error: Tests run: 17, Failures: 3, Errors: 0, Skipped: 1, Time elapsed: 3.509 s <<< FAILURE! -- in freemarker.ext.jsp.RealServletContainertTest Error: freemarker.ext.jsp.RealServletContainertTest.basicELFunctions -- Time elapsed: 0.040 s <<< FAILURE! java.lang.AssertionError: Expected HTTP status 200, but got 500 (message: Server Error) for URI http://localhost:36263/basic/tester?view=customELFunctions1.jsp at org.junit.Assert.fail(Assert.java:89) at freemarker.test.servlet.WebAppTestCase.getResponseContent(WebAppTestCase.java:92) at freemarker.test.servlet.WebAppTestCase.assertOutputsEqual(WebAppTestCase.java:155) at freemarker.test.servlet.WebAppTestCase.assertJSPAndFTLOutputEquals(WebAppTestCase.java:150) at freemarker.ext.jsp.RealServletContainertTest.basicELFunctions(RealServletContainertTest.java:116) at java.lang.reflect.Method.invoke(Method.java:498) Error: freemarker.ext.jsp.RealServletContainertTest.basicTrivial -- Time elapsed: 0.020 s <<< FAILURE! java.lang.AssertionError: Expected HTTP status 200, but got 500 (message: Server Error) for URI http://localhost:36263/basic/tester?view=trivial.jsp at org.junit.Assert.fail(Assert.java:89) at freemarker.test.servlet.WebAppTestCase.getResponseContent(WebAppTestCase.java:92) at freemarker.test.servlet.WebAppTestCase.assertOutputsEqual(WebAppTestCase.java:155) at freemarker.test.servlet.WebAppTestCase.assertJSPAndFTLOutputEquals(WebAppTestCase.java:150) at freemarker.ext.jsp.RealServletContainertTest.basicTrivial(RealServletContainertTest.java:77) at java.lang.reflect.Method.invoke(Method.java:498) Error: freemarker.ext.jsp.RealServletContainertTest.basicELFunctionsTagNameClash -- Time elapsed: 0.015 s <<< FAILURE! java.lang.AssertionError: Expected HTTP status 200, but got 500 (message: Server Error) for URI http://localhost:36263/basic/tester?view=elFunctionsTagNameClash.jsp at org.junit.Assert.fail(Assert.java:89) at freemarker.test.servlet.WebAppTestCase.getResponseContent(WebAppTestCase.java:92) at freemarker.test.servlet.WebAppTestCase.assertOutputsEqual(WebAppTestCase.java:155) at freemarker.test.servlet.WebAppTestCase.assertJSPAndFTLOutputEquals(WebAppTestCase.java:150) at freemarker.ext.jsp.RealServletContainertTest.basicELFunctionsTagNameClash(RealServletContainertTest.java:124) at java.lang.reflect.Method.invoke(Method.java:498) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
