diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-03-07 08:25:12 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2017-03-07 08:25:12 +0000 |
| commit | 21a4cb7d6dd208f1064d2cded96b20181e793972 (patch) | |
| tree | b737a51bd012a7c3f44ff1c9506cd7daf9687f41 /testfiles/src | |
| parent | Fix field width of rotation input text (diff) | |
| download | inkscape-21a4cb7d6dd208f1064d2cded96b20181e793972.tar.gz inkscape-21a4cb7d6dd208f1064d2cded96b20181e793972.zip | |
Fix test failure due to missing new attribute 'sodipodi:arc-type'.
(bzr r15575)
Diffstat (limited to 'testfiles/src')
| -rw-r--r-- | testfiles/src/attributes-test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp index c5f970285..f26a1d351 100644 --- a/testfiles/src/attributes-test.cpp +++ b/testfiles/src/attributes-test.cpp @@ -461,6 +461,7 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("inkscape:window-y", true), AttributeInfo("inkscape:zoom", true), AttributeInfo("osb:paint", true), + AttributeInfo("sodipodi:arc-type", true), AttributeInfo("sodipodi:arg1", true), AttributeInfo("sodipodi:arg2", true), AttributeInfo("sodipodi:argument", true), |
