-
- Downloads
tests: fix the HTTP/2 tests
The HTTP/2 tests brought with commit bf05606e were using the internal name 'http2' for the HTTP/2 server, while in fact that name was already used for the second instance of the HTTP server. This made tests using the second instance (like test 2050) fail after a HTTP/2 test had run. The server is now known as HTTP/2 internally and within the <server> section in test cases. 1700, 1701 and 1702 were updated accordingly.
Showing
- tests/FILEFORMAT 1 addition, 0 deletionstests/FILEFORMAT
- tests/data/test1700 1 addition, 1 deletiontests/data/test1700
- tests/data/test1701 1 addition, 1 deletiontests/data/test1701
- tests/data/test1702 1 addition, 1 deletiontests/data/test1702
- tests/runtests.pl 10 additions, 10 deletionstests/runtests.pl
- tests/serverhelp.pm 2 additions, 1 deletiontests/serverhelp.pm
Loading
Please register or sign in to comment