summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-23 15:49:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-23 15:49:05 +0200
commit26967802e6f4912c5e004b9b223bfbd54d2d9b68 (patch)
treea1828a2d2324f74a01217dd45e6989603ded0745 /sw
parentb71204f67f91f50fd3806920e139742e56b3db78 (diff)
Not only hspace, vspace but also width, height
cf. <http://lists.freedesktop.org/archives/libreoffice/2014-September/063550.html> "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
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/htmlexport/htmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
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");
}