sc/qa/extras/scriptforge.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit cc21552f1f228c86317ee86d2f065e40f26b7aaf Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Oct 11 19:17:25 2024 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Sat Oct 12 11:20:25 2024 +0200
CppunitTest_sc_scriptforge_test: remove misleading comments Copy&paste issue Change-Id: I2eacb1b96568b010f255eadb41895a88bcd99182 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174824 Tested-by: Xisco Fauli <xiscofa...@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/qa/extras/scriptforge.cxx b/sc/qa/extras/scriptforge.cxx index 32a8b0cd7687..6854f05fe0b3 100644 --- a/sc/qa/extras/scriptforge.cxx +++ b/sc/qa/extras/scriptforge.cxx @@ -37,7 +37,6 @@ CPPUNIT_TEST_FIXTURE(ScScriptForgeTest, testSetValue) " oDoc.setValue(\"A1\", 10) " "End Function "_ustr)); - // Without the fix in place, this test would have crashed executeMacro( u"vnd.sun.Star.script:TestLibrary.TestModule.Main?language=Basic&location=document"_ustr); @@ -61,7 +60,6 @@ CPPUNIT_TEST_FIXTURE(ScScriptForgeTest, testShowProgressBar) " Test = \"OK\" " "End Function "_ustr)); - // Without the fix in place, this test would have crashed Any aRet = executeMacro( u"vnd.sun.Star.script:TestLibrary.TestModule.Test?language=Basic&location=document"_ustr); OUString sResult;