From 4d41da669d443ecaffb344964a272630ccdca634 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Thu, 21 Nov 2024 00:39:29 +0100 Subject: [PATCH] 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 --- sc/CppunitTest_sc_tiledrendering2.mk | 2 +- .../data/chart.ods | Bin .../data/multi-selection.ods | Bin .../tiledrendering2.cxx | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename sc/qa/unit/{tiledrendering2 => tiledrendering}/data/chart.ods (100%) rename sc/qa/unit/{tiledrendering2 => tiledrendering}/data/multi-selection.ods (100%) rename sc/qa/unit/{tiledrendering2 => tiledrendering}/tiledrendering2.cxx (99%) diff --git a/sc/CppunitTest_sc_tiledrendering2.mk b/sc/CppunitTest_sc_tiledrendering2.mk index d360780428a6..9acb0bffe924 100644 --- a/sc/CppunitTest_sc_tiledrendering2.mk +++ b/sc/CppunitTest_sc_tiledrendering2.mk @@ -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, \ diff --git a/sc/qa/unit/tiledrendering2/data/chart.ods b/sc/qa/unit/tiledrendering/data/chart.ods similarity index 100% rename from sc/qa/unit/tiledrendering2/data/chart.ods rename to sc/qa/unit/tiledrendering/data/chart.ods diff --git a/sc/qa/unit/tiledrendering2/data/multi-selection.ods b/sc/qa/unit/tiledrendering/data/multi-selection.ods similarity index 100% rename from sc/qa/unit/tiledrendering2/data/multi-selection.ods rename to sc/qa/unit/tiledrendering/data/multi-selection.ods diff --git a/sc/qa/unit/tiledrendering2/tiledrendering2.cxx b/sc/qa/unit/tiledrendering/tiledrendering2.cxx similarity index 99% rename from sc/qa/unit/tiledrendering2/tiledrendering2.cxx rename to sc/qa/unit/tiledrendering/tiledrendering2.cxx index b6f084738b43..878379b089fe 100644 --- a/sc/qa/unit/tiledrendering2/tiledrendering2.cxx +++ b/sc/qa/unit/tiledrendering/tiledrendering2.cxx @@ -39,7 +39,7 @@ public: }; Test::Test() - : UnoApiXmlTest(u"/sc/qa/unit/tiledrendering2/data/"_ustr) + : UnoApiXmlTest(u"/sc/qa/unit/tiledrendering/data/"_ustr) { }