basic/qa/cppunit/test_nested_struct.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a5c1165b4a97cdc3e087b3bbb72eaef60268a4bf
Author:     Aya Jamal <[email protected]>
AuthorDate: Thu Feb 12 03:58:06 2026 +0200
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Thu Feb 12 07:54:52 2026 +0100

    tdf#168520 Rename testTdf134576 to
    
    testTdf134576_resume_next_in_for_each
    
    Change-Id: Ieb4418449b41f3f05db556140c0c5ae144d5bab9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199231
    Reviewed-by: Ilmari Lauhakangas <[email protected]>
    Tested-by: Jenkins

diff --git a/basic/qa/cppunit/test_nested_struct.cxx 
b/basic/qa/cppunit/test_nested_struct.cxx
index f5f7116e3cb1..82a12a329dde 100644
--- a/basic/qa/cppunit/test_nested_struct.cxx
+++ b/basic/qa/cppunit/test_nested_struct.cxx
@@ -29,7 +29,7 @@ namespace
         void testFixedVarAssign();
         void testFixedVarAssignAlt(); // result is uno-ised and tested
         void testUnoAccess(); // fdo#60117 specific test
-        void testTdf134576();
+        void testTdf134576_resume_next_in_for_each();
 
         // Adds code needed to register the test suite
         CPPUNIT_TEST_SUITE(Nested_Struct);
@@ -44,7 +44,7 @@ namespace
         CPPUNIT_TEST(testFixedVarAssign);
         CPPUNIT_TEST(testFixedVarAssignAlt);
         CPPUNIT_TEST(testUnoAccess);
-        CPPUNIT_TEST(testTdf134576);
+        CPPUNIT_TEST(testTdf134576_resume_next_in_for_each);
 
         // End of test suite definition
         CPPUNIT_TEST_SUITE_END();
@@ -299,7 +299,7 @@ void Nested_Struct::testUnoAccess()
     CPPUNIT_ASSERT_EQUAL(200, result );
 }
 
-void Nested_Struct::testTdf134576()
+void Nested_Struct::testTdf134576_resume_next_in_for_each()
 {
     MacroSnippet myMacro(u"Function doUnitTest()
"
                         "  On Error Resume Next
"

Reply via email to