[Libreoffice-commits] core.git: sw/qa
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 15 12:25:58 UTC 2021
sw/qa/extras/ooxmlexport/ooxmlexport16.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit fcc022ca9c8e93f045f7bed7bf9b672f55e741b5
Author: Noel Grandin <noel at peralex.com>
AuthorDate: Mon Mar 15 12:17:26 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Mar 15 13:25:20 2021 +0100
mark some more tests failing on non-default dpi
Change-Id: I72713695d39ae188fa4f1fc13354f6bb4aeec8ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112489
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
index 319695655fcb..6338931f9ec3 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
@@ -159,6 +159,8 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf140572_docDefault_superscript, "tdf14
DECLARE_OOXMLEXPORT_TEST(testTdf136841, "tdf136841.docx")
{
+ if (!IsDefaultDPI())
+ return;
uno::Reference<drawing::XShape> image = getShape(1);
uno::Reference<beans::XPropertySet> imageProperties(image, uno::UNO_QUERY);
uno::Reference<graphic::XGraphic> graphic;
More information about the Libreoffice-commits
mailing list