}
{
log.info("Update one row");
this.dbPool.update("UPDATE TEST_POLL SET col1='BXXX' WHERE ICAO_ID='EDDI'");
changeDetector.checkAgain(null);
sleep(500);
assertEquals("Number of message is wrong", 1, this.updateMap.size());
String xml = (String)this.updateMap.get("db.change.event.EDDI");
assertNotNull("No db.change.event.EDDI message has arrived", xml);
if (hasConverter) {