summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-03-25 15:03:40 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-03-25 16:02:38 +0100
commitc8c5a06eed6c22e40bda9787ace5467d551130b6 (patch)
tree2864ab1f177631a81d70bcd0c0acab27047c6c2a /sc/qa/unit/ucalc.hxx
parent6fbc612c1f32d1f12a1f33feb3ef08520ef5a91e (diff)
tdf#98642: sc_ucalc: Add unittest
Change-Id: I38e08ebec6f0a6a50290e8009cffbddfe89ba934 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113099 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r--sc/qa/unit/ucalc.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 1f6dc580922c..d5000f042c1e 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -380,6 +380,7 @@ public:
void testAutofilter();
void testAutoFilterTimeValue();
void testAdvancedFilter();
+ void testTdf98642();
void testCopyPaste();
void testCopyPasteAsLink();
void testCopyPasteTranspose();
@@ -746,6 +747,7 @@ public:
CPPUNIT_TEST(testAutofilter);
CPPUNIT_TEST(testAutoFilterTimeValue);
CPPUNIT_TEST(testAdvancedFilter);
+ CPPUNIT_TEST(testTdf98642);
CPPUNIT_TEST(testCopyPaste);
CPPUNIT_TEST(testCopyPasteAsLink);
CPPUNIT_TEST(testCopyPasteTranspose);