1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #include "WpftImportTestBase.hxx"
15 class WpftImpressFilterTest
: public writerperfect::test::WpftImportTestBase
18 WpftImpressFilterTest();
22 CPPUNIT_TEST_SUITE(WpftImpressFilterTest
);
24 CPPUNIT_TEST_SUITE_END();
27 WpftImpressFilterTest::WpftImpressFilterTest()
28 : writerperfect::test::WpftImportTestBase("private:factory/simpress")
32 void WpftImpressFilterTest::test()
34 doTest("org.libreoffice.comp.Impress.KeynoteImportFilter", "/writerperfect/qa/unit/data/impress/libetonyek/");
35 doTest("com.sun.star.comp.Impress.MWAWPresentationImportFilter", "/writerperfect/qa/unit/data/impress/libmwaw/");
38 CPPUNIT_TEST_SUITE_REGISTRATION(WpftImpressFilterTest
);
42 CPPUNIT_PLUGIN_IMPLEMENT();
44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */