@Test
public void testReady() throws Exception {
NodeMappingService nodemap = null;
try {
nodemap =
new NodeMappingServiceImpl(
SgsTestNode.getDefaultProperties(
"TestNodeMappingServiceImpl", serverNode, null),
systemRegistry, txnProxy);
TestListener listener = new TestListener();
nodemap.addNodeMappingListener(listener);