summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-23 18:59:34 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 23:29:40 -0400
commitcdc9c6d5780f199418cbed8045790846f0c32521 (patch)
tree451b9c5685eac41b8e1b72cde16399b1a6c2cb58 /sc/qa/unit/ucalc.hxx
parentcc6e83d5ca69517f6dc44720d7c28417508b6542 (diff)
Add starter test for reference update on range move.
This currently fails. Change-Id: I83cdcb6ed9620079664ff35375a0457b0c9bcea0
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 ac17bd9b4801..5a1d0aea89e9 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -89,6 +89,7 @@ public:
void testFormulaRefUpdate();
void testFormulaRefUpdateRange();
void testFormulaRefUpdateSheets();
+ void testFormulaRefUpdateMove();
void testFuncCOLUMN();
void testFuncROW();
void testFuncSUM();
@@ -280,6 +281,7 @@ public:
CPPUNIT_TEST(testFormulaRefUpdate);
CPPUNIT_TEST(testFormulaRefUpdateRange);
CPPUNIT_TEST(testFormulaRefUpdateSheets);
+ CPPUNIT_TEST(testFormulaRefUpdateMove);
CPPUNIT_TEST(testFuncCOLUMN);
CPPUNIT_TEST(testFuncROW);
CPPUNIT_TEST(testFuncSUM);