sc/qa/unit/uicalc/uicalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d4348a0c3bd3cae35d84b87c0c026878b5d7334
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed May 3 15:59:06 2023 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed May 3 18:10:52 2023 +0200

    sc: use commas instead of semicolons in test
    
    See https://gerrit.libreoffice.org/c/core/+/151262
    
    Change-Id: Iecfc019d4b1eb16b572a13e8d9ad34088bd7bbba
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151328
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index e88c8d25158d..d3ae6e4d02fe 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1672,7 +1672,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf119659)
     createScDoc();
     ScDocument* pDoc = getScDoc();
 
-    insertArrayToCell("A1:C1", u"={1;2;3}");
+    insertArrayToCell("A1:C1", u"={1,2,3}");
 
     insertStringToCell("A2", u"=LOOKUP(3; A1:C1; {1,2})");
 

Reply via email to