summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2017-05-22 20:00:43 +0200
committerRene Engelhard <rene@debian.org>2017-05-23 00:10:37 +0200
commit6d08f417657741cfe8c1443e29fc2174ad4bf115 (patch)
tree0bd4f0c3f0a324935773793516cd763236de60a4 /vcl/qa
parent905c0892a584a81e6e5d4b7a6f97ec9e66cfac22 (diff)
test for DejaVuSans
Change-Id: I963c9a9ac0239af5550de50f39f080b9f19d494f
Diffstat (limited to 'vcl/qa')
-rw-r--r--vcl/qa/cppunit/complextext.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx
index 073ff40461e2..5828a16c77a4 100644
--- a/vcl/qa/cppunit/complextext.cxx
+++ b/vcl/qa/cppunit/complextext.cxx
@@ -19,6 +19,8 @@ std::ostream& operator<<(std::ostream& rStream, const std::vector<long>& rVec);
#include <osl/file.hxx>
#include <osl/process.h>
+#include <config_test.h>
+
std::ostream& operator<<(std::ostream& rStream, const std::vector<long>& rVec)
{
rStream << "{ ";
@@ -41,13 +43,16 @@ public:
#endif
CPPUNIT_TEST_SUITE(VclComplexTextTest);
+#if !TEST_FONTS_MISSING
CPPUNIT_TEST(testArabic);
+#endif
#if defined(_WIN32)
CPPUNIT_TEST(testTdf95650);
#endif
CPPUNIT_TEST_SUITE_END();
};
+#if !TEST_FONTS_MISSING
void VclComplexTextTest::testArabic()
{
const unsigned char pOneTwoThreeUTF8[] = {
@@ -121,6 +126,7 @@ void VclComplexTextTest::testArabic()
(void)aRect; (void)aRectRot;
#endif
}
+#endif
#if defined(_WIN32)
void VclComplexTextTest::testTdf95650()