N°4569 - Fix deletion of light-grey theme for iTop 2.7 and older

This commit is contained in:
Eric Espie
2022-01-26 10:00:48 +01:00
parent aa20289dfe
commit 468de06fe1
12 changed files with 620 additions and 9 deletions

View File

@@ -56,9 +56,12 @@ class TestForITopDesignFormatClass extends ItopTestCase
public function ConvertProvider()
{
return array(
'1.6 to 1.7 acl' => array('1.7', '1.6_to_1.7_acl'),
'1.7 to 1.6 acl' => array('1.6', '1.7_to_1.6_acl'),
'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 no previous' => array('1.7', '3.0_to_1.7_no_previous'),
);
}