diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-08 18:27:05 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-09 11:34:05 +0100 |
commit | 4170b94c443b3bd68b4cc75b8c344ecca3c249b0 (patch) | |
tree | f38255bdc4279e405133f8ef2d2d37e1945be7c3 /sw/CppunitTest_sw_uibase_fldui.mk | |
parent | d1e02f58a211111dd745a54ae93114a56cfdda0c (diff) |
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 <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/CppunitTest_sw_uibase_fldui.mk')
-rw-r--r-- | sw/CppunitTest_sw_uibase_fldui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uibase_fldui.mk b/sw/CppunitTest_sw_uibase_fldui.mk index 613161a21be4..689b9c3581c6 100644 --- a/sw/CppunitTest_sw_uibase_fldui.mk +++ b/sw/CppunitTest_sw_uibase_fldui.mk @@ -23,6 +23,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_uibase_fldui, \ cppuhelper \ sal \ sfx \ + subsequenttest \ svxcore \ sw \ swqahelper \ |