diff options
author | Rene Engelhard <rene@debian.org> | 2017-05-22 20:00:43 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2017-05-23 00:10:37 +0200 |
commit | 6d08f417657741cfe8c1443e29fc2174ad4bf115 (patch) | |
tree | 0bd4f0c3f0a324935773793516cd763236de60a4 /vcl/qa/cppunit | |
parent | 905c0892a584a81e6e5d4b7a6f97ec9e66cfac22 (diff) |
test for DejaVuSans
Change-Id: I963c9a9ac0239af5550de50f39f080b9f19d494f
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/complextext.cxx | 6 |
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() |