Enable tests on french dictionaries completion (continuous integration)

This commit is contained in:
Romain Quetiez
2024-06-13 10:53:13 +02:00
parent c34dc34e3e
commit cbb78056c3

View File

@@ -209,7 +209,6 @@ class DictionariesConsistencyAfterSetupTest extends ItopTestCase
}
public function testEveryEnglishEntryShouldHaveItsFrenchCounterpart() {
$this->markTestSkipped('Not mandatory at the moment');
$sReferenceLangCode = 'EN US';
$aReferenceLangDictEntries = $this->ReadDictKeys($sReferenceLangCode);
@@ -221,8 +220,6 @@ class DictionariesConsistencyAfterSetupTest extends ItopTestCase
}
public function testEveryFrenchEntryShouldBeTranslated() {
$this->markTestSkipped('Not mandatory at the moment');
$sFrenchLangCode = 'FR FR';
$aFrenchDictEntries = $this->ReadDictKeys($sFrenchLangCode);