Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-01-04 09:56:19 +01:00
11 changed files with 14 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ public class WebMvcTestWebDriverCustomScopeIntegrationTests {
}
@Test
public void shouldBeADifferentWebClient() throws Exception {
public void shouldBeTheSameWebClient() throws Exception {
assertThat(previousWebDriver).isNotNull().isSameAs(this.webDriver);
}