diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-05 12:23:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-05 12:24:06 +0100 |
commit | b8ca219893a6e14bfea3cec5522532c144ad2fa6 (patch) | |
tree | 5ff482cb6bd5c96f9ed6aadba1660bd72762f6a5 /sd/qa/unit | |
parent | 07d62eb38e591c89e71043f842c92186e33ae14a (diff) |
Actually execute testPDFImportSkipImages
Change-Id: Ie3dda6d7ea24031eadf86801867a94f95c11310e
Diffstat (limited to 'sd/qa/unit')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 6e0710d78451..972f8bc14b64 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -129,6 +129,7 @@ public: CPPUNIT_TEST(testBnc862510_6); CPPUNIT_TEST(testBnc862510_7); CPPUNIT_TEST(testPDFImport); + CPPUNIT_TEST(testPDFImportSkipImages); CPPUNIT_TEST_SUITE_END(); }; |