🔖 Update tests for XML 3.3.0 version

This commit is contained in:
jf-cbd
2024-10-21 18:39:39 +02:00
parent 9491c9102c
commit 72d6e251b8
5 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3">
</itop_design>

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.2">
</itop_design>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.2">
<branding/>
</itop_design>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.2">
<branding/>
</itop_design>

View File

@@ -145,6 +145,8 @@ class iTopDesignFormatTest extends ItopTestCase
'3.1 to 3.0' => ['sXmlFileName' => '3.1_to_3.0'],
'3.1 to 3.2' => ['sXmlFileName' => '3.1_to_3.2'],
'3.2 to 3.1' => ['sXmlFileName' => '3.2_to_3.1'],
'3.2 to 3.3' => ['sXmlFileName' => '3.2_to_3.3'],
'3.3 to 3.2' => ['sXmlFileName' => '3.3_to_3.2'],
'Bug_4569' => ['sXmlFileName' => 'Bug_4569'],
];
}