summaryrefslogtreecommitdiffstats
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r--sc/qa/unit/ucalc.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index b3e5bf396504..c271449f5bf9 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -458,6 +458,9 @@ public:
void testUndoDataAnchor();
void testFormulaErrorPropagation();
+ void testTdf97369();
+ void testTdf97587();
+
CPPUNIT_TEST_SUITE(Test);
#if CALC_TEST_PERF
CPPUNIT_TEST(testPerf);
@@ -688,6 +691,8 @@ public:
CPPUNIT_TEST(testCopyPasteMatrixFormula);
CPPUNIT_TEST(testUndoDataAnchor);
CPPUNIT_TEST(testFormulaErrorPropagation);
+ CPPUNIT_TEST(testTdf97369);
+ CPPUNIT_TEST(testTdf97587);
CPPUNIT_TEST_SUITE_END();
private: