diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-07-16 07:30:02 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-07-23 06:00:10 +0200 |
commit | 7774e0bb716d6f60e32f259d49d2e07e5b0de792 (patch) | |
tree | a62899eb18e3e93d046acb0b7ba9fa7a0574b0cf /svgio/qa/cppunit/data | |
parent | d89dc4ac09d3c2bd55174f09485173057cc1403b (diff) |
Make CppunitTest_svgio CPPUNIT_TEST_NAME=testCssClassRedefinition more robust
The commit:
commit 9e83d35c4a22bcb465f0736dda9b752b29f83959
Date: Thu Jun 23 21:52:52 2022 +0200
Make CppunitTest_svgio CPPUNIT_TEST_NAME=Test::testCssClassRedefinition robust
Changed the font from generic Sans to Open Symbol to avoid failure when a
different font is used, but it didn’t change the text string to a one
supported by Open Symbol, so font fallback would still make the test
fail. Change the text string to “012” which is supported by Open Symbol.
Change-Id: I6e6ba22614ef1bafe5aece05c42d57d71923380c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154492
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data')
-rw-r--r-- | svgio/qa/cppunit/data/CssClassRedefinition.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/qa/cppunit/data/CssClassRedefinition.svg b/svgio/qa/cppunit/data/CssClassRedefinition.svg index 384cf88482f9..591f07f8b42d 100644 --- a/svgio/qa/cppunit/data/CssClassRedefinition.svg +++ b/svgio/qa/cppunit/data/CssClassRedefinition.svg @@ -8,6 +8,6 @@ <!-- finally c1 should be equal to fill:#ff0000 and font-family:Sans --> </style> <text x="20" y="20" > - <tspan class="c1">test</tspan> + <tspan class="c1">012</tspan> </text> </svg> |