diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-22 17:24:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-22 17:26:48 +0200 |
commit | 6a93c7e2075acec81c6b1ad23b33c1742f2e5057 (patch) | |
tree | 4727f7e09211902fd23a7ce9d21f69a1a03a1fc1 /sw | |
parent | 76d9ad4b535aa51efd85e66c727546803e09e456 (diff) |
CppunitTest_sw_ooxmlexport: enable a subset of these tests on Windows
Change-Id: Ia9bb5f9ea7854e7f85abd8bad347db82b342177f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index b1869cabce94..35986b366a5c 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -9,8 +9,6 @@ #include <swmodeltestbase.hxx> -#if !defined(WNT) - #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/LineJoint.hpp> @@ -89,6 +87,8 @@ protected: #define DECLARE_OOXMLEXPORT_TEST(TestName, filename) class disabled##TestName : public Test { void disabled(); }; void disabled##TestName::disabled() #endif +#if !defined(WNT) + DECLARE_OOXMLEXPORT_TEST(testZoom, "zoom.docx") { uno::Reference<frame::XModel> xModel(mxComponent, uno::UNO_QUERY); @@ -2097,6 +2097,8 @@ DECLARE_OOXMLEXPORT_TEST(testFileOpenInputOutputError,"floatingtbl_with_formula. assertXPath(pXmlDoc, "/w:document/w:body/w:p[1]/w:pPr/w:pStyle", "val", "Normal"); } +#endif + DECLARE_OOXMLEXPORT_TEST(testRelorientation, "relorientation.docx") { uno::Reference<drawing::XShape> xShape = getShape(1); @@ -3627,8 +3629,6 @@ DECLARE_OOXMLEXPORT_TEST(testfdo79969_xlsm, "fdo79969_xlsm.docx") "/word/embeddings/oleObject1.xlsm"); } -#endif - CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |