sd/CppunitTest_sd_tiledrendering2.mk          |    2 +-
 sd/qa/unit/tiledrendering/tiledrendering2.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 60ca9c8fd48225069ed6c9c0cbcada4717999724
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Nov 21 01:13:38 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Nov 21 11:34:10 2024 +0100

    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 <xiscofa...@libreoffice.org>

diff --git a/sd/CppunitTest_sd_tiledrendering2.mk 
b/sd/CppunitTest_sd_tiledrendering2.mk
index 838f13fc3ece..07b867cc1309 100644
--- a/sd/CppunitTest_sd_tiledrendering2.mk
+++ b/sd/CppunitTest_sd_tiledrendering2.mk
@@ -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, \
diff --git a/sd/qa/unit/tiledrendering2/data/dummy.odp 
b/sd/qa/unit/tiledrendering/data/data/dummy.odp
similarity index 100%
rename from sd/qa/unit/tiledrendering2/data/dummy.odp
rename to sd/qa/unit/tiledrendering/data/data/dummy.odp
diff --git a/sd/qa/unit/tiledrendering2/tiledrendering2.cxx 
b/sd/qa/unit/tiledrendering/tiledrendering2.cxx
similarity index 98%
rename from sd/qa/unit/tiledrendering2/tiledrendering2.cxx
rename to sd/qa/unit/tiledrendering/tiledrendering2.cxx
index 7abaa222e371..a9b0b6e5b8ff 100644
--- a/sd/qa/unit/tiledrendering2/tiledrendering2.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering2.cxx
@@ -38,7 +38,7 @@ protected:
 };
 
 Test::Test()
-    : UnoApiXmlTest(u"/sd/qa/unit/tiledrendering2/data/"_ustr)
+    : UnoApiXmlTest(u"/sd/qa/unit/tiledrendering/data/"_ustr)
 {
 }
 

Reply via email to