Checkpoint cp = _ckptHandlerTwoSources.createInitialBootstrapCheckpoint(null, 0L);
cp.setBootstrapServerInfo(_serverInfoName);
bsPuller.getComponentStatus().start();
ConnectionState connState = bsPuller.getConnectionState();
connState.getSourcesNameMap().put("source1", new IdNamePair(1L, "source1"));
connState.getSourcesNameMap().put("source2", new IdNamePair(2L, "source2"));
connState.getSourceIdMap().put(2L, new IdNamePair(2L, "source1"));
connState.getSourceIdMap().put(2L, new IdNamePair(2L, "source1"));
connState.switchToBootstrap(cp);
testTransitionCase(bsPuller, StateId.BOOTSTRAP, StateId.REQUEST_START_SCN, cp);
bsPuller.getMessageQueue().clear();