$this->assertText('Test Image Style','Image style with an orphaned effect displayed in the list of styles.');
$image_log=db_query_range('SELECT message FROM {watchdog} WHERE type = :type ORDER BY wid DESC',0,1,array(':type'=>'image'))->fetchField();
$this->assertEqual('Image style %style_name has an effect %effect_name with no definition.',$image_log,'A watchdog message was logged for the broken image style effect');