summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-13 18:28:11 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-13 23:01:21 -0400
commit77e8422947a83d6db3c528fd5d773aeb14178f37 (patch)
tree86719e54bd52c4788dad243bf28760dc28336b40 /sc/qa/unit/ucalc.hxx
parentecb842e71e6cd17cc9f19e7dbc975de90d8603ae (diff)
Add test for reference update on shared formulas.
This currently (rightfully) fails. Change-Id: I254dc7042e93b257765c8ed8cdb9904966afd77e
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 ebc3221868d2..5e8933c90b2c 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -219,6 +219,7 @@ public:
void testUpdateReference();
void testSearchCells();
void testSharedFormulas();
+ void testSharedFormulasRefUpdate();
void testSharedFormulasCopyPaste();
void testFormulaPosition();
@@ -345,6 +346,7 @@ public:
CPPUNIT_TEST(testUpdateReference);
CPPUNIT_TEST(testSearchCells);
CPPUNIT_TEST(testSharedFormulas);
+ CPPUNIT_TEST(testSharedFormulasRefUpdate);
CPPUNIT_TEST(testSharedFormulasCopyPaste);
CPPUNIT_TEST(testFormulaPosition);
CPPUNIT_TEST(testJumpToPrecedentsDependents);