https://bz.apache.org/bugzilla/show_bug.cgi?id=66206
Bug ID: 66206 Summary: TestErrorReportValve test is failing on a non-English PC Product: Tomcat 10 Version: unspecified Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: aooo...@gmail.com Target Milestone: ------ org.apache.catalina.valves.TestErrorReportValve#testBug53071 ``` Assert.assertTrue(res.toString().contains("<p><b>Message</b> " + ErrorServlet.ERROR_TEXT + "</p>")); ``` org.apache.catalina.valves.ErrorReportValve#report ``` sb.append("<p><b>"); sb.append(smClient.getString("errorReportValve.message")); sb.append("</b> "); ``` Since the local of my OS is zh-CN, the response contains `<p><b>信息</b> .... ` instead of `<p><b>Message</b>.... ', so this test would fail. Similar to https://bz.apache.org/bugzilla/show_bug.cgi?id=63403 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org