[Libreoffice-commits] core.git: sc/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 29 19:46:22 UTC 2021
sc/qa/unit/ucalc.hxx | 4 ++--
sc/qa/unit/ucalc_formula.cxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 130db636988175f474354412d7222e0a749faf03
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Mar 29 17:55:07 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Mar 29 21:45:45 2021 +0200
tdf#141146: sc_ucalc: fix incorrect test name
Change-Id: Ifd66f27a8ce688064216c88b6228b8f7f8df1c6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113322
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 17422ea8e804..a5488bb4fe25 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -206,7 +206,7 @@ public:
void testFuncLEN();
void testFuncLOOKUP();
void testFuncLOOKUParrayWithError();
- void testTdf116216();
+ void testTdf141146();
void testFuncVLOOKUP();
void testFuncMATCH();
void testFuncCELL();
@@ -655,7 +655,7 @@ public:
CPPUNIT_TEST(testFuncLEN);
CPPUNIT_TEST(testFuncLOOKUP);
CPPUNIT_TEST(testFuncLOOKUParrayWithError);
- CPPUNIT_TEST(testTdf116216);
+ CPPUNIT_TEST(testTdf141146);
CPPUNIT_TEST(testFuncVLOOKUP);
CPPUNIT_TEST(testFuncMATCH);
CPPUNIT_TEST(testFuncCELL);
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 3d1a9a3677d8..ba11e29bd016 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -5538,7 +5538,7 @@ void Test::testFuncLOOKUParrayWithError()
m_pDoc->DeleteTab(0);
}
-void Test::testTdf116216()
+void Test::testTdf141146()
{
sc::AutoCalcSwitch aACSwitch(*m_pDoc, true);
m_pDoc->InsertTab(0, "Test1");
More information about the Libreoffice-commits
mailing list