Fix jmx-webapp-it tests for version 9.4.x

This commit is contained in:
Jan Bartel 2015-10-09 10:32:14 +11:00
parent b1f963ae59
commit 7bb1cce754
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class JmxIT
ObjectName serverName = new ObjectName("org.eclipse.jetty.server:type=server,id=0");
String version = getStringAttribute(serverName,"version");
System.err.println("Running version: " + version);
assertThat("Version",version,startsWith("9.3."));
assertThat("Version",version,startsWith("9.4."));
}
@Test