Skip to content

Commit 4170b94

Browse files
committed
SwModelTestBase: inherit from UnoApiXmlTest
it seems setUp/tearDown can also go as well. See the discussion in gerrit. Change-Id: I5e81dcdcb2e070eb4beb737f3cb25c86cb9d042b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142465 Tested-by: Xisco Fauli <[email protected]> Reviewed-by: Xisco Fauli <[email protected]>
1 parent d1e02f5 commit 4170b94

File tree

61 files changed

+85
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+85
-89
lines changed

include/test/unoapi_test.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public:
3636
css::uno::Any executeMacro(const OUString& rScriptURL,
3737
const css::uno::Sequence<css::uno::Any>& rParams = {});
3838

39-
void save(const OUString& rFilter);
39+
void save(const OUString& rFilter, const char* pPassword = nullptr);
4040
void saveAndClose(const OUString& rFilter);
4141
void saveAndReload(const OUString& rFilter);
4242

sw/CppunitTest_sw_core_accessibilitycheck.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_accessibilitycheck, \
2424
sal \
2525
svx \
2626
sfx \
27+
subsequenttest \
2728
sw \
2829
swqahelper \
2930
test \

sw/CppunitTest_sw_core_attr.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_attr, \
2424
editeng \
2525
sal \
2626
sfx \
27+
subsequenttest \
2728
svl \
2829
svx \
2930
svxcore \

sw/CppunitTest_sw_core_crsr.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_crsr, \
2323
cppuhelper \
2424
sal \
2525
sfx \
26+
subsequenttest \
2627
svxcore \
2728
sw \
2829
swqahelper \

sw/CppunitTest_sw_core_doc.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_doc, \
2424
editeng \
2525
sal \
2626
sfx \
27+
subsequenttest \
2728
svxcore \
2829
sw \
2930
swqahelper \

sw/CppunitTest_sw_core_docnode.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_docnode, \
2424
editeng \
2525
sal \
2626
sfx \
27+
subsequenttest \
2728
sw \
2829
swqahelper \
2930
test \

sw/CppunitTest_sw_core_draw.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_draw, \
2323
cppuhelper \
2424
sal \
2525
sfx \
26+
subsequenttest \
2627
svxcore \
2728
sw \
2829
swqahelper \

sw/CppunitTest_sw_core_edit.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_edit, \
2424
cppuhelper \
2525
sal \
2626
sfx \
27+
subsequenttest \
2728
svxcore \
2829
sw \
2930
swqahelper \

sw/CppunitTest_sw_core_fields.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_fields, \
2323
cppuhelper \
2424
sal \
2525
sfx \
26+
subsequenttest \
2627
sw \
2728
swqahelper \
2829
test \

sw/CppunitTest_sw_core_frmedt.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_frmedt, \
2323
cppuhelper \
2424
sal \
2525
sfx \
26+
subsequenttest \
2627
svxcore \
2728
sw \
2829
swqahelper \

0 commit comments

Comments
 (0)