[Libreoffice-commits] core.git: sc/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 16 13:13:31 UTC 2021
sc/qa/unit/ucalc_formula.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit de51b1aa540ce1e3532e4a8d3650c82f8d600d17
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Feb 16 10:15:10 2021 +0100
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Feb 16 14:12:42 2021 +0100
tdf#66409: sc_ucalc: Add unittest
Change-Id: I911368d5e5c90f4b0225cfe47b6b912cac9fbbdb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110978
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 997fb4a944ef..6d8d40283516 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -5928,7 +5928,9 @@ void Test::testFuncCELL()
// We don't test: FILENAME, FORMAT, WIDTH, PROTECT, PREFIX
StrStrCheck aChecks[] = {
{ "=CELL(\"COL\";C10)", "3" },
+ { "=CELL(\"COL\";C5:C10)", "3" },
{ "=CELL(\"ROW\";C10)", "10" },
+ { "=CELL(\"ROW\";C10:E10)", "10" },
{ "=CELL(\"SHEET\";C10)", "1" },
{ "=CELL(\"ADDRESS\";C10)", "$C$10" },
{ "=CELL(\"CONTENTS\";C10)", pContent },
More information about the Libreoffice-commits
mailing list