From 26967802e6f4912c5e004b9b223bfbd54d2d9b68 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 23 Sep 2014 15:49:05 +0200 Subject: Not only hspace, vspace but also width, height cf. "CppunitTest_sw_htmlexport failures on Mac (was: Tinderbox failure, MacOSX-10.8 at 21-10.7SDK, MASTER, last success: 2014-09-21 21:55:50)" Change-Id: Iab5123a6b0b91d23c5caf4083279de55d1148cfc --- sw/qa/extras/htmlexport/htmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index 39ceb2b31d88..d04e34ced02d 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -187,9 +187,9 @@ DECLARE_HTMLEXPORT_TEST(testExportImageProperties, "HTMLImage.odt") #ifndef MACOSX // For some reason the hspace is "28" on OSX - disable this check for now assertXPath(pDoc, "/html/body/p/a/font/img", "hspace", "38"); assertXPath(pDoc, "/html/body/p/a/font/img", "vspace", "19"); -#endif assertXPath(pDoc, "/html/body/p/a/font/img", "width", "222"); assertXPath(pDoc, "/html/body/p/a/font/img", "height", "222"); +#endif assertXPath(pDoc, "/html/body/p/a/font/img", "border", "3"); assertXPath(pDoc, "/html/body/p/a/font/img", "usemap", "#map1"); } -- cgit option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-09shrink gif fuzzerCaolán McNamara
Change-Id: I68561045548bfcff509d439837b7f31c650796f7
2017-06-11refactor fuzzer army a bitCaolán McNamara
the core lib has grown sufficiently large that the fuzzing tooling complains of too many instrumented conditions so split things up to hopefully fit again Change-Id: I58899d143925f958aec95b5f213c2dc75a6686ec Reviewed-on: https://gerrit.libreoffice.org/38647 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-05add gif fuzzerCaolán McNamara
Change-Id: I47dc449464cc7643d05b73e9612d01e50a8d4b8e