CppunitTest_sc_tiledrendering2: move to tiledrendering folder

In preparation for a follow-up commit

Change-Id: I8e7852b1861d6879e0dcda8c6fddd947bec3c959
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176876
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli 2024-11-21 00:39:29 +01:00
parent ae2009b9cc
commit 4d41da669d
4 changed files with 2 additions and 2 deletions

View file

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

View file

@ -39,7 +39,7 @@ public:
};
Test::Test()
: UnoApiXmlTest(u"/sc/qa/unit/tiledrendering2/data/"_ustr)
: UnoApiXmlTest(u"/sc/qa/unit/tiledrendering/data/"_ustr)
{
}