function testMigrateCompactStats()
 {
     $oDbh =& $this->oDbh;
     $migration = new StatMigration();
     $migration->init($this->oDbh, MAX_PATH . '/var/DB_Upgrade.test.log');
     $cEntries = $this->prepareTestData($mapCImpressions, $mapCClicks, '_insertCompactStatsTestData');
     $this->assertTrue($migration->migrateCompactStats());
     $this->_checkDataTable('data_summary_ad_hourly', $cEntries, $mapCImpressions, $mapCClicks);
     $this->_checkDataTable('data_intermediate_ad', $cEntries, $mapCImpressions, $mapCClicks);
 }