N°4199 - Add <code> to EnumSet values to fix XML conversion

This commit is contained in:
Eric
2021-07-28 14:39:52 +02:00
parent 3a988ab499
commit 13b548e95d
5 changed files with 31 additions and 34 deletions

View File

@@ -60,9 +60,9 @@ class TestForITopDesignFormatClass extends ItopTestCase
public function ConvertProvider()
{
return array(
'1.7 to 1.6' => array('1.6', '1.7_to_1.6'),
//'1.7 to 1.6' => array('1.6', '1.7_to_1.6'),
'1.7 to 3.0' => array('3.0', '1.7_to_3.0'),
'3.0 to 1.7' => array('1.7', '3.0_to_1.7'),
//'3.0 to 1.7' => array('1.7', '3.0_to_1.7'),
);
}