Skip to content

Commit 59b6297

Browse files
author
Xisco Fauli
committed
CppunitTest_sc_bugfix_test: inherit from UnoApiXmlTest
Note: testTdf31231 and testTdf141914 had to be adapted a bit. the documents are modified after a hard recalc. Reported in tdf#152065 Change-Id: Ib9093d766b17de78f8a547c285a0e0082eb01171 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142757 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]>
1 parent 31d5103 commit 59b6297

File tree

4 files changed

+134
-218
lines changed

4 files changed

+134
-218
lines changed

sc/CppunitTest_sc_bugfix_test.mk

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -74,51 +74,7 @@ $(eval $(call gb_CppunitTest_use_api,sc_bugfix_test,\
7474
$(eval $(call gb_CppunitTest_use_ure,sc_bugfix_test))
7575
$(eval $(call gb_CppunitTest_use_vcl,sc_bugfix_test))
7676

77-
$(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
78-
basic/util/sb \
79-
chart2/source/chartcore \
80-
chart2/source/controller/chartcontroller \
81-
comphelper/util/comphelp \
82-
configmgr/source/configmgr \
83-
dbaccess/util/dba \
84-
embeddedobj/util/embobj \
85-
eventattacher/source/evtatt \
86-
filter/source/config/cache/filterconfig1 \
87-
filter/source/xmlfilteradaptor/xmlfa \
88-
filter/source/xsltfilter/xsltfilter \
89-
forms/util/frm \
90-
framework/util/fwk \
91-
i18npool/source/search/i18nsearch \
92-
i18npool/util/i18npool \
93-
linguistic/source/lng \
94-
oox/util/oox \
95-
package/source/xstor/xstor \
96-
package/util/package2 \
97-
sax/source/expatwrap/expwrap \
98-
scaddins/source/analysis/analysis \
99-
scaddins/source/datefunc/date \
100-
sc/util/sc \
101-
sc/util/scfilt \
102-
sfx2/util/sfx \
103-
sot/util/sot \
104-
svl/util/svl \
105-
svtools/util/svt \
106-
toolkit/util/tk \
107-
ucb/source/core/ucb1 \
108-
ucb/source/ucp/file/ucpfile1 \
109-
ucb/source/ucp/tdoc/ucptdoc1 \
110-
unotools/util/utl \
111-
unoxml/source/rdf/unordf \
112-
unoxml/source/service/unoxml \
113-
uui/util/uui \
114-
vcl/vcl.common \
115-
xmloff/util/xo \
116-
xmlsecurity/util/xmlsecurity \
117-
))
118-
119-
$(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
120-
xmlsecurity/util/xsec_xmlsec \
121-
))
77+
$(eval $(call gb_CppunitTest_use_rdb,sc_bugfix_test,services))
12278

12379
$(eval $(call gb_CppunitTest_use_configuration,sc_bugfix_test))
12480

0 commit comments

Comments
 (0)