See gh-965
This commit is contained in:
Johnny Lim
2018-01-08 22:45:17 +09:00
committed by Vedran Pavic
parent 1edce117aa
commit 79ccbe7066
7 changed files with 11 additions and 10 deletions

View File

@@ -195,7 +195,7 @@ public class HazelcastHttpSessionConfigurationTests {
}
@Test
public void namedDataSourceConfiguration() {
public void namedHazelcastInstanceConfiguration() {
registerAndRefresh(NamedHazelcastInstanceConfiguration.class);
HazelcastSessionRepository repository = this.context
@@ -209,7 +209,7 @@ public class HazelcastHttpSessionConfigurationTests {
}
@Test
public void multipleDataSourceConfiguration() {
public void multipleHazelcastInstanceConfiguration() {
this.thrown.expect(BeanCreationException.class);
this.thrown.expectMessage("expected single matching bean but found 2");