diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-09 01:23:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-09 01:24:49 +0200 |
commit | 52a377585cd4877bf251b482ef016cd7d16846ad (patch) | |
tree | 70e5f45924b5e30ace8e71ccba097a389166de86 /sd/qa | |
parent | a3f62b536e7e9ba1ac8aedc112d6c7d7a28e2f61 (diff) |
Revert "Fix qa tests after "non-primitive" patch"
This reverts commit eaeaafbf20629e2e2eb111b71ddcc78ab81aec55.
I must recognize I don't understand why it doesn't work but since most of the tinderboxes are red...
Diffstat (limited to 'sd/qa')
-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 68964e0a1fe6..cac158f2e472 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="non-primitive" handle="0" propertyState="DIRECT_VALUE"/> + <PropertyValue name="Type" value="NonPrimitive" 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 d79f44feb9b3..57c64d53b10b 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="non-primitive" handle="0" propertyState="DIRECT_VALUE"/> + <PropertyValue name="Type" value="NonPrimitive" handle="0" propertyState="DIRECT_VALUE"/> <PropertyValue name="Path"> <Path> <PropertyValue name="Coordinates"> |