diff options
author | Laurent Godard <lgodard.libre@laposte.net> | 2014-08-05 17:02:49 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-08-08 00:38:10 +0200 |
commit | 949279c8013022ff2935d73276cd57c9af069b97 (patch) | |
tree | ed769534cd74e77bce5235041c54d0d740ad2a60 /sc | |
parent | 41e05f48dd3bf08552db3675f5285276095ba0bf (diff) |
XStyleLoader2 loadStylesFromDocument - unit tests
Change-Id: Id143689f573e6f8585db9bc48a252e311ff0e721
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_styleloaderobj.mk | 109 | ||||
-rw-r--r-- | sc/Module_sc.mk | 3 | ||||
-rw-r--r-- | sc/qa/extras/scstyleloaderobj.cxx | 125 | ||||
-rw-r--r-- | sc/qa/extras/testdocuments/ScStyleLoaderObj.ods | bin | 0 -> 18045 bytes |
4 files changed, 236 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_styleloaderobj.mk b/sc/CppunitTest_sc_styleloaderobj.mk new file mode 100644 index 000000000000..128a132c982b --- /dev/null +++ b/sc/CppunitTest_sc_styleloaderobj.mk @@ -0,0 +1,109 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +#************************************************************************* +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +#************************************************************************* + +$(eval $(call gb_CppunitTest_CppunitTest,sc_styleloaderobj)) + +$(eval $(call gb_CppunitTest_use_external,sc_styleloaderobj,boost_headers)) + +$(eval $(call gb_CppunitTest_add_exception_objects,sc_styleloaderobj, \ + sc/qa/extras/scstyleloaderobj \ +)) + +$(eval $(call gb_CppunitTest_use_libraries,sc_styleloaderobj, \ + basegfx \ + comphelper \ + cppu \ + cppuhelper \ + drawinglayer \ + editeng \ + for \ + forui \ + i18nlangtag \ + msfilter \ + oox \ + sal \ + salhelper \ + sax \ + sb \ + sc \ + sfx \ + sot \ + subsequenttest \ + svl \ + svt \ + svx \ + svxcore \ + test \ + tk \ + tl \ + ucbhelper \ + unotest \ + utl \ + vbahelper \ + vcl \ + xo \ + $(gb_UWINAPI) \ +)) + +$(eval $(call gb_CppunitTest_set_include,sc_styleloaderobj,\ + -I$(SRCDIR)/sc/source/ui/inc \ + -I$(SRCDIR)/sc/inc \ + $$(INCLUDE) \ +)) + +$(eval $(call gb_CppunitTest_use_api,sc_styleloaderobj,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_CppunitTest_use_ure,sc_styleloaderobj)) +$(eval $(call gb_CppunitTest_use_vcl,sc_styleloaderobj)) + +$(eval $(call gb_CppunitTest_use_components,sc_styleloaderobj,\ + basic/util/sb \ + comphelper/util/comphelp \ + configmgr/source/configmgr \ + dbaccess/util/dba \ + filter/source/config/cache/filterconfig1 \ + filter/source/storagefilterdetect/storagefd \ + forms/util/frm \ + framework/util/fwk \ + i18npool/util/i18npool \ + linguistic/source/lng \ + oox/util/oox \ + package/source/xstor/xstor \ + package/util/package2 \ + sax/source/expatwrap/expwrap \ + scripting/source/basprov/basprov \ + scripting/util/scriptframe \ + sc/util/sc \ + sc/util/scd \ + sc/util/scfilt \ + $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \ + sc/util/vbaobj) \ + sfx2/util/sfx \ + sot/util/sot \ + svl/source/fsstor/fsstorage \ + toolkit/util/tk \ + ucb/source/core/ucb1 \ + ucb/source/ucp/file/ucpfile1 \ + ucb/source/ucp/tdoc/ucptdoc1 \ + unotools/util/utl \ + unoxml/source/rdf/unordf \ + unoxml/source/service/unoxml \ + xmloff/util/xo \ +)) + +$(eval $(call gb_CppunitTest_use_configuration,sc_styleloaderobj)) + +$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_styleloaderobj)) + +# vim: set noet sw=4 ts=4: diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 2b82efae4789..464764fa3871 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -72,11 +72,12 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_complex \ JunitTest_sc_unoapi \ CppunitTest_sc_outlineobj \ + CppunitTest_sc_styleloaderobj \ CppunitTest_sc_annotationobj \ CppunitTest_sc_annotationsobj \ CppunitTest_sc_cellrangeobj \ $(if $(filter-out $(OS),IOS), \ - CppunitTest_sc_databaserangeobj) \ + CppunitTest_sc_databaserangeobj) \ CppunitTest_sc_datapilottableobj \ CppunitTest_sc_datapilotfieldobj \ CppunitTest_sc_macros_test \ diff --git a/sc/qa/extras/scstyleloaderobj.cxx b/sc/qa/extras/scstyleloaderobj.cxx new file mode 100644 index 000000000000..06f7c9e2ca5a --- /dev/null +++ b/sc/qa/extras/scstyleloaderobj.cxx @@ -0,0 +1,125 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + +#include <test/calc_unoapi_test.hxx> +#include <test/sheet/xstyleloader.hxx> +#include <com/sun/star/sheet/XSpreadsheetDocument.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> + + +using namespace css; +using namespace css::uno; + +namespace sc_apitest { + +#define NUMBER_OF_TESTS 2 + +class ScStyleLoaderObj : public CalcUnoApiTest, apitest::XStyleLoader +{ +public: + ScStyleLoaderObj(); + + virtual void setUp(); + virtual void tearDown(); + + virtual uno::Reference< uno::XInterface > init(); + virtual uno::Reference< lang::XComponent > getTargetComponent(); + virtual uno::Reference< lang::XComponent > getSourceComponent(); + virtual OUString getTestURL(); + + CPPUNIT_TEST_SUITE(ScStyleLoaderObj); + CPPUNIT_TEST(testLoadStylesFromURL); + CPPUNIT_TEST(testLoadStylesFromDocument); + CPPUNIT_TEST_SUITE_END(); + +private: + + static sal_Int32 nTest; + static uno::Reference< lang::XComponent > mxSourceComponent; + static uno::Reference< lang::XComponent > mxTargetComponent; + + +}; + +sal_Int32 ScStyleLoaderObj::nTest = 0; +uno::Reference< lang::XComponent > ScStyleLoaderObj::mxSourceComponent; +uno::Reference< lang::XComponent > ScStyleLoaderObj::mxTargetComponent; + + +ScStyleLoaderObj::ScStyleLoaderObj() + : CalcUnoApiTest("sc/qa/extras/testdocuments") +{ +} + + +uno::Reference< uno::XInterface > ScStyleLoaderObj::init() +{ + return getTargetComponent(); +} + + +uno::Reference< lang::XComponent > ScStyleLoaderObj::getTargetComponent(){ + // target is always an empty document + + if (mxTargetComponent.is()) + closeDocument(mxTargetComponent); + + mxTargetComponent = loadFromDesktop("private:factory/scalc"); + + return mxTargetComponent; +} + +uno::Reference< lang::XComponent > ScStyleLoaderObj::getSourceComponent(){ + + if (mxSourceComponent.is()) + closeDocument(mxSourceComponent); + + // get the test file url + OUString aFileURL = getTestURL(); + + if(!mxSourceComponent.is()) + mxSourceComponent = loadFromDesktop(aFileURL); + CPPUNIT_ASSERT_MESSAGE("Component not loaded",mxSourceComponent.is()); + + return mxSourceComponent; +} + +OUString ScStyleLoaderObj::getTestURL(){ + + OUString aFileURL; + createFileURL(OUString("ScStyleLoaderObj.ods"), aFileURL); + + return aFileURL; +} + +void ScStyleLoaderObj::setUp() +{ + nTest++; + CalcUnoApiTest::setUp(); +} + +void ScStyleLoaderObj::tearDown() +{ + if (nTest == NUMBER_OF_TESTS) + { + if (mxSourceComponent.is()) + closeDocument(mxSourceComponent); + if (mxTargetComponent.is()) + closeDocument(mxTargetComponent); + } + CalcUnoApiTest::tearDown(); +} + +CPPUNIT_TEST_SUITE_REGISTRATION(ScStyleLoaderObj); + +} + +CPPUNIT_PLUGIN_IMPLEMENT(); + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file diff --git a/sc/qa/extras/testdocuments/ScStyleLoaderObj.ods b/sc/qa/extras/testdocuments/ScStyleLoaderObj.ods Binary files differnew file mode 100644 index 000000000000..3cfb3bac62ef --- /dev/null +++ b/sc/qa/extras/testdocuments/ScStyleLoaderObj.ods |