Skip to content

Commit 41d3320

Browse files
Fix Jetty Version string in tests. (#305)
* Fix Jetty version string in JettyTests
1 parent 922b67a commit 41d3320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/jetty/JettyTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5010,7 +5010,7 @@ void testErddapBasic() throws Throwable {
50105010
results = results.substring(0, po + 7);
50115011
expected =
50125012
"HTTP/1.1 200 OK\n"
5013-
+ "Server: Jetty(12.0.21)\n"
5013+
+ "Server: Jetty(12.0.22)\n"
50145014
+ "Date: Today\n"
50155015
+ "Content-Type: application/javascript;charset=utf-8\n"
50165016
+ "Content-Encoding: identity\n"
@@ -16068,7 +16068,7 @@ void testGridFromNcFiles() throws Throwable {
1606816068
+ //
1606916069
"</table>\n"
1607016070
+ //
16071-
"<hr/><a href=\"https://jetty.org/\">Powered by Jetty:// 12.0.21</a><hr/>\n"
16071+
"<hr/><a href=\"https://jetty.org/\">Powered by Jetty:// 12.0.22</a><hr/>\n"
1607216072
+ //
1607316073
"\n"
1607416074
+ //
@@ -16114,7 +16114,7 @@ void testGridFromNcFiles() throws Throwable {
1611416114
+ //
1611516115
"</table>\n"
1611616116
+ //
16117-
"<hr/><a href=\"https://jetty.org/\">Powered by Jetty:// 12.0.21</a><hr/>\n"
16117+
"<hr/><a href=\"https://jetty.org/\">Powered by Jetty:// 12.0.22</a><hr/>\n"
1611816118
+ //
1611916119
"\n"
1612016120
+ //

0 commit comments

Comments
 (0)