$this->assertEqual(db_query('SELECT COUNT(*) FROM {system}')->fetchField(),$this->_content,t('The temporary table exists and contains the correct amount of rows.'));
$this->assertFalse(db_table_exists('temporary'),t('The temporary table is, indeed, temporary.'));