CppunitTest_sd_tiledrendering2: move to tiledrendering folder

In preparation for a follow-up commit

Change-Id: Ifb3ee72cef3493cb1774c0a0c5ac6b5850309396
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176878
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli 2024-11-21 01:13:38 +01:00
parent 5cd7e18483
commit 60ca9c8fd4
3 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,sd_tiledrendering2))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_tiledrendering2))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_tiledrendering2, \
sd/qa/unit/tiledrendering2/tiledrendering2 \
sd/qa/unit/tiledrendering/tiledrendering2 \
))
$(eval $(call gb_CppunitTest_use_libraries,sd_tiledrendering2, \

View file

@ -38,7 +38,7 @@ protected:
};
Test::Test()
: UnoApiXmlTest(u"/sd/qa/unit/tiledrendering2/data/"_ustr)
: UnoApiXmlTest(u"/sd/qa/unit/tiledrendering/data/"_ustr)
{
}