From 1b5b918626c4210d1472db17a080460e7ca3d7c9 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 26 Dec 2014 14:10:12 +0100 Subject: Disable html tests on x86_64 on windows Change-Id: Idae98f65bd87d08c62b27c5c604e4d98fcacbe1e Reviewed-on: https://gerrit.libreoffice.org/13660 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- sw/qa/extras/htmlexport/htmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index d8c673c2e4ee..e83c807e5aa8 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -203,7 +203,7 @@ DECLARE_HTMLEXPORT_TEST(testExportImageProperties, "HTMLImage.odt") // // It would make sense to switch to use CSS and use "real world" units instead // i.e. (style="margin: 0cm 1.5cm; width: 1cm; height: 1cm") -#ifndef MACOSX +#if !defined(MACOSX) && !defined(_WIN64) assertXPath(pDoc, "/html/body/p/a/font/img", "hspace", "38"); assertXPath(pDoc, "/html/body/p/a/font/img", "vspace", "19"); assertXPath(pDoc, "/html/body/p/a/font/img", "width", "222"); -- cgit v1.2.3