// The importation should automatically create the corresponding language.
$this->assertRaw(t('The language %language has been created.',array('%language'=>'French')),t('The language has been automatically created'));
// The importation should have create 7 strings.
$this->assertRaw(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.',array('%number'=>7,'%update'=>0,'%delete'=>0)),t('The translation file was successfully imported'));