chart2/qa/extras/xshape/chart2xshape.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8200640ad7ea950859f635cd8d78c1196584df4a
Author:     seyoufi22 <[email protected]>
AuthorDate: Mon Feb 23 07:02:40 2026 +0200
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Mon Feb 23 18:31:48 2026 +0100

    tdf#168520 Rename testTdf150832 to
    
    testTdf150832_dump_chart_shapes_from_xls
    
    Change-Id: I006152b2770d3f60d260fb0dd6905af56661e396
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200001
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx 
b/chart2/qa/extras/xshape/chart2xshape.cxx
index ca945c8baa29..4ee8edad96f6 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -26,7 +26,7 @@ public:
     {
     }
 
-    void testTdf150832();
+    void testTdf150832_dump_chart_shapes_from_xls();
     void testTdf149204();
     void testTdf151424();
     void testFdo75075();
@@ -40,7 +40,7 @@ public:
     void testTdf88154LabelRotatedLayout();
 
     CPPUNIT_TEST_SUITE(Chart2XShapeTest);
-    CPPUNIT_TEST(testTdf150832);
+    CPPUNIT_TEST(testTdf150832_dump_chart_shapes_from_xls);
     CPPUNIT_TEST(testTdf149204);
     CPPUNIT_TEST(testTdf151424);
     CPPUNIT_TEST(testFdo75075);
@@ -108,7 +108,7 @@ void 
Chart2XShapeTest::compareAgainstReference(std::u16string_view rDump,
             .getStr());
 }
 
-void Chart2XShapeTest::testTdf150832()
+void Chart2XShapeTest::testTdf150832_dump_chart_shapes_from_xls()
 {
     // FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
     // non-default DPI; or (2) unit tests on Windows are made to use svp VCL 
plugin.

Reply via email to