xmloff/qa/unit/style.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 23a321d256ec868dcc2011de12c24da931e1dae6 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Wed Jun 7 15:21:41 2023 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jun 7 23:00:27 2023 +0200 CppunitTest_xmloff_style: fix testAxialTransparencyCompatible on this branch master gave up on validating DOCX files in commit 58ab2f002fd27974b474151b01287dac221dc102 (SwModelTestBase: get rid of mustValidate, 2023-05-31), manual skip is still needed on this branch. Change-Id: I74cc344fafd4ec5f2e829f36463b1a84acfbb7f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152702 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/xmloff/qa/unit/style.cxx b/xmloff/qa/unit/style.cxx index 471b3eada79b..69579938821e 100644 --- a/xmloff/qa/unit/style.cxx +++ b/xmloff/qa/unit/style.cxx @@ -641,7 +641,7 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testAxialTransparencyCompatible) //Round-trip through OOXML. // FixMe tdf#153183, and error in charSpace and in CharacterSet - //skipValidation(); + skipValidation(); saveAndReload("Office Open XML Text"); saveAndReload("writer8");