CppunitTest_sc_pivottable_filters_test: inherit from UnoApiXmlTest
This fixes the TODO in testPivotCacheExportXLSX Change-Id: I904fd97754a7facd9c8896154965ff7d16cada9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142743 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
dfffe710d0
commit
3e1890ca6f
2 changed files with 268 additions and 447 deletions
|
@ -41,6 +41,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_pivottable_filters_test, \
|
|||
scqahelper \
|
||||
sfx \
|
||||
sot \
|
||||
subsequenttest \
|
||||
svl \
|
||||
svt \
|
||||
svx \
|
||||
|
@ -70,48 +71,7 @@ $(eval $(call gb_CppunitTest_use_api,sc_pivottable_filters_test,\
|
|||
$(eval $(call gb_CppunitTest_use_ure,sc_pivottable_filters_test))
|
||||
$(eval $(call gb_CppunitTest_use_vcl,sc_pivottable_filters_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_components,sc_pivottable_filters_test,\
|
||||
chart2/source/chartcore \
|
||||
chart2/source/controller/chartcontroller \
|
||||
comphelper/util/comphelp \
|
||||
configmgr/source/configmgr \
|
||||
dbaccess/util/dba \
|
||||
embeddedobj/util/embobj \
|
||||
eventattacher/source/evtatt \
|
||||
filter/source/config/cache/filterconfig1 \
|
||||
forms/util/frm \
|
||||
framework/util/fwk \
|
||||
i18npool/source/search/i18nsearch \
|
||||
i18npool/util/i18npool \
|
||||
linguistic/source/lng \
|
||||
oox/util/oox \
|
||||
package/source/xstor/xstor \
|
||||
package/util/package2 \
|
||||
sax/source/expatwrap/expwrap \
|
||||
scaddins/source/analysis/analysis \
|
||||
scaddins/source/datefunc/date \
|
||||
sc/util/sc \
|
||||
sc/util/scfilt \
|
||||
sfx2/util/sfx \
|
||||
sot/util/sot \
|
||||
svl/util/svl \
|
||||
svtools/util/svt \
|
||||
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 \
|
||||
uui/util/uui \
|
||||
vcl/vcl.common \
|
||||
xmloff/util/xo \
|
||||
xmlsecurity/util/xmlsecurity \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_components,sc_pivottable_filters_test,\
|
||||
xmlsecurity/util/xsec_xmlsec \
|
||||
))
|
||||
$(eval $(call gb_CppunitTest_use_rdb,sc_pivottable_filters_test,services))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_custom_headers,sc_pivottable_filters_test,\
|
||||
officecfg/registry \
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue