UnoApiTest: simplify code by using tempfile member

SwModelTestBase does the same. this will help to make
SwModelTestBase inherit from UnoApiTest

Change-Id: If1c824cf92f0e8b70253e4d5fdeddcaa521d4632
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142287
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli
2022-11-04 17:31:55 +01:00
parent 444bf8710d
commit 248be1fe7d
42 changed files with 640 additions and 697 deletions

View File

@@ -25,6 +25,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppcanvas_emfplus, \
test \
tl \
unotest \
utl \
vcl \
))