summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-03-05 00:34:31 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-03-08 09:02:07 +0100
commita75799f3e904bd46cffd0bac78e3c0885ac5c447 (patch)
treec6f0e61a7b7666facf0a2c660311c4b3ce5ffd03 /sc/qa/unit/ucalc.hxx
parenteaa06413554be4ef4c73686c185c3d49e9defba4 (diff)
tdf#133260: move unittest to function test
Change-Id: I602f83e1a5afd0ab05c35b848a32475cac3b21ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111982 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, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 8ee8d28868c3..9c9b381315ab 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -567,7 +567,6 @@ public:
void testTdf97369();
void testTdf97587();
void testTdf93415();
- void testTdf133260();
void testTdf100818();
void testEmptyCalcDocDefaults();
@@ -878,7 +877,6 @@ public:
CPPUNIT_TEST(testTdf97369);
CPPUNIT_TEST(testTdf97587);
CPPUNIT_TEST(testTdf93415);
- CPPUNIT_TEST(testTdf133260);
CPPUNIT_TEST(testTdf100818);
CPPUNIT_TEST(testEmptyCalcDocDefaults);
CPPUNIT_TEST(testPrecisionAsShown);