[Libreoffice-commits] core.git: vcl/qa

Caolán McNamara caolanm at redhat.com
Mon May 14 09:45:44 UTC 2018


 vcl/qa/cppunit/pdfexport/pdfexport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5169a27da5efa8bd69e1bf0ce5506d358d156a35
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon May 14 09:16:58 2018 +0100

    this needs pdfium
    
    Change-Id: I0ee2d81f2d720b16e2399cf7abdea18505274ad3
    Reviewed-on: https://gerrit.libreoffice.org/54299
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index 62e1713a14cf..320c1653af9a 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -84,8 +84,8 @@ public:
     /// Test writing ActualText for LTR many to one glyph to Unicode mapping.
     void testTdf66597_3();
 #endif
-#endif
     void testTdf109143();
+#endif
 
     CPPUNIT_TEST_SUITE(PdfExportTest);
 #if HAVE_FEATURE_PDFIUM
@@ -112,8 +112,8 @@ public:
     CPPUNIT_TEST(testTdf66597_2);
     CPPUNIT_TEST(testTdf66597_3);
 #endif
-#endif
     CPPUNIT_TEST(testTdf109143);
+#endif
     CPPUNIT_TEST_SUITE_END();
 };
 


More information about the Libreoffice-commits mailing list