protected void setUp() throws Exception {
// TODO: We should probably test both machines with this code
calServices = CALServicesTestUtilities.getCommonCALServices(MachineType.LECC, "cal.platform.test.cws");
entryPointCache = new EntryPointCache(calServices.getWorkspaceManager(), 10, 5);
listCompilationListener = new StatusListenerAdapter() {
@Override
public void setModuleStatus(Module moduleStatus, ModuleName moduleName) {
if (moduleStatus.equals(StatusListener.SM_LOADED) && moduleName.equals(CAL_List.MODULE_NAME)) {
listCompilationCount++;
if (listCompilationCount > allowedListCompilations) {