diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-08 23:15:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-08 23:15:48 +0200 |
commit | eaeaafbf20629e2e2eb111b71ddcc78ab81aec55 (patch) | |
tree | cf8655bedb2a197ebf826278618760f8c2da4d57 /sd | |
parent | 8a3f61c42b7dfd7221bd7bc9d9a5a70c052a0bf5 (diff) |
Fix qa tests after "non-primitive" patch
Change-Id: I438a1b09d74a87858b23046cc34995a9fbab396a
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/data/xml/shapes-test_page1.xml | 2 | ||||
-rw-r--r-- | sd/qa/unit/data/xml/shapes-test_page2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/qa/unit/data/xml/shapes-test_page1.xml b/sd/qa/unit/data/xml/shapes-test_page1.xml index cac158f2e472..68964e0a1fe6 100644 --- a/sd/qa/unit/data/xml/shapes-test_page1.xml +++ b/sd/qa/unit/data/xml/shapes-test_page1.xml @@ -1556,7 +1556,7 @@ <PropertyValue name="ViewBox"> <ViewBox x="0" y="0" width="14810" height="25050"/> </PropertyValue> - <PropertyValue name="Type" value="NonPrimitive" handle="0" propertyState="DIRECT_VALUE"/> + <PropertyValue name="Type" value="non-primitive" handle="0" propertyState="DIRECT_VALUE"/> <PropertyValue name="Path"> <Path> <PropertyValue name="Coordinates"> diff --git a/sd/qa/unit/data/xml/shapes-test_page2.xml b/sd/qa/unit/data/xml/shapes-test_page2.xml index 57c64d53b10b..d79f44feb9b3 100644 --- a/sd/qa/unit/data/xml/shapes-test_page2.xml +++ b/sd/qa/unit/data/xml/shapes-test_page2.xml @@ -1553,7 +1553,7 @@ <PropertyValue name="ViewBox"> <ViewBox x="0" y="0" width="20590" height="20590"/> </PropertyValue> - <PropertyValue name="Type" value="NonPrimitive" handle="0" propertyState="DIRECT_VALUE"/> + <PropertyValue name="Type" value="non-primitive" handle="0" propertyState="DIRECT_VALUE"/> <PropertyValue name="Path"> <Path> <PropertyValue name="Coordinates"> |