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/layoutwriter_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/layoutwriter_setup.mk')
-rw-r--r-- | sw/layoutwriter_setup.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/layoutwriter_setup.mk b/sw/layoutwriter_setup.mk index bcbcee62083b..e151bcf75509 100644 --- a/sw/layoutwriter_setup.mk +++ b/sw/layoutwriter_setup.mk @@ -30,6 +30,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_layoutwriter$(1), \ msword \ sal \ sfx \ + subsequenttest \ svl \ svt \ svxcore \ |