mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
N°4199 - Add <code> to EnumSet values to fix XML conversion
This commit is contained in:
@@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user