#324 - on effective change, sync internal name from primaryServer to defaultServer

This commit is contained in:
Robin Bygrave
2015-07-19 09:20:03 +12:00
parent c9ffa2673f
commit a79e2e786a
3 changed files with 78 additions and 78 deletions
@@ -22,7 +22,7 @@ public class PrimaryServerTest {
@Test
public void testGetPrimaryServerName() throws Exception {
String primaryServerName = PrimaryServer.getPrimaryServerName();
String primaryServerName = PrimaryServer.getDefaultServerName();
assertEquals("h2", primaryServerName);
}