https://bz.apache.org/bugzilla/show_bug.cgi?id=65384
Bug ID: 65384
Summary: org.apache.coyote.http2.TestFlowControl test depends
on user's language
Product: Tomcat 9
Version: 9.0.48
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Running the unit tests for Tomcat 9.0.48, the following test fails:
Testsuite: org.apache.coyote.http2.TestFlowControl
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,589 sec
[...]
------------- ---------------- ---------------
Testcase: testNotFound[0] took 1,399 sec
FAILED
expected:<...[content-language]-[[en]]
3-Header-[content-...> but was:<...[content-language]-[[ru]]
3-Header-[content-...>
junit.framework.AssertionFailedError: expected:<...[content-language]-[[en]]
3-Header-[content-...> but was:<...[content-language]-[[ru]]
3-Header-[content-...>
at
org.apache.coyote.http2.TestFlowControl.testNotFound(TestFlowControl.java:97)
Apparently it expects content-language to be English, but for some reason it
differs.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]