diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-22 12:00:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-22 13:17:07 +0200 |
commit | f1c247acd6b88db0f52c46517373a6fe81408d79 (patch) | |
tree | 0913ba8de022efd053c159ed399f5a00795c2a84 /sw/qa/extras/accessibility | |
parent | 8534ad7b7b9aae2520d731cf748ff0aadfe2f0ed (diff) |
Revert "improve perf of lcl_GetUniqueFlyName"
This reverts commit a61128c95e324b096bf26fec5ad78e67567e0f82.
Reason for revert: Causes trouble with UITests because the names of some objects are not predictable
Change-Id: I6320efd694849542ae79f0dc67c15d35eedfb750
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170742
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/qa/extras/accessibility')
-rw-r--r-- | sw/qa/extras/accessibility/dialogs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/accessibility/dialogs.cxx b/sw/qa/extras/accessibility/dialogs.cxx index 6343d69e63cd..451b90ce1206 100644 --- a/sw/qa/extras/accessibility/dialogs.cxx +++ b/sw/qa/extras/accessibility/dialogs.cxx @@ -186,7 +186,7 @@ CPPUNIT_TEST_FIXTURE(test::SwAccessibleTestBase, BasicTestFrameDialog) CPPUNIT_ASSERT(activateMenuItem(u"Insert", u"Frame", u"Frame...")); CPPUNIT_ASSERT(dialogWaiter->waitEndDialog()); - CPPUNIT_ASSERT_EQUAL(u"<PARAGRAPH/><TEXT_FRAME name=\"Frame2\"><PARAGRAPH/></TEXT_FRAME>"_ustr, + CPPUNIT_ASSERT_EQUAL(u"<PARAGRAPH/><TEXT_FRAME name=\"Frame1\"><PARAGRAPH/></TEXT_FRAME>"_ustr, collectText()); } |