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/ww8export_setup.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/ww8export_setup.mk')
-rw-r--r-- | sw/ww8export_setup.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/ww8export_setup.mk b/sw/ww8export_setup.mk index f2fdd0a5aa9c..26a58ad41191 100644 --- a/sw/ww8export_setup.mk +++ b/sw/ww8export_setup.mk @@ -31,6 +31,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export$(1), \ test \ unotest \ utl \ + subsequenttest \ svl \ svxcore \ sw \ |