mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
✅ Enable tests on french dictionaries completion (continuous integration)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user