CppunitTest_sw_tiledrendering2: move to tiledrendering folder

In preparation for a follow-up commit

Change-Id: Id790d14ccbbb17f4ca086c67a702e199397d272b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176864
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
This commit is contained in:
Xisco Fauli 2024-11-20 16:22:01 +01:00
parent 4b0b65f760
commit e3de36ecec
5 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_tiledrendering2))
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_tiledrendering2)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_tiledrendering2))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_tiledrendering2, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_tiledrendering2, \
sw/qa/extras/tiledrendering2/tiledrendering2 \ sw/qa/extras/tiledrendering/tiledrendering2 \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_tiledrendering2, \ $(eval $(call gb_CppunitTest_use_libraries,sw_tiledrendering2, \

View file

@ -52,7 +52,7 @@ protected:
}; };
SwTiledRenderingTest::SwTiledRenderingTest() SwTiledRenderingTest::SwTiledRenderingTest()
: SwModelTestBase(u"/sw/qa/extras/tiledrendering2/data/"_ustr) : SwModelTestBase(u"/sw/qa/extras/tiledrendering/data/"_ustr)
{ {
} }