this.prefs.put("changeDetector.groupColName", ""); // !!! Tests without grouping
this.prefs.put("converter.addMeta", ""+true);
this.prefs.put("changeDetector.detectStatement", "SELECT colKey, col1, col2, ICAO_ID FROM TEST_POLL");
this.prefs.put("mom.topicName", "db.change.event.TEST_POLL");
this.processor = createTest(new Info(prefs), this.updateMap);
I_ChangeDetector changeDetector = processor.getChangeDetector();
for (int i=0; i<2; i++) {
log.info("Testing no table ...");
changeDetector.checkAgain(null);