summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-15 16:07:08 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-18 23:22:39 -0400
commit86c3961b4cdf4689a04568d2d109aeeb11257b1c (patch)
treea5d91ab86fa7812a87932ab6ed2f586fe9ea3284 /sc/qa/unit/ucalc.hxx
parentc30a2c4baf54696ed796a5ca0b805e8b67aaa263 (diff)
Write a new test case for fetching vector ref array.
This currently fails rightly. Change-Id: Ic4d8d3d720b2ee879f963d1871dd8779461f352f
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 2c30f434de26..27bdaff58f1c 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -84,6 +84,7 @@ public:
void testRangeList();
void testInput();
+ void testFetchVectorRefArray();
void testFormulaHashAndTag();
void testFormulaRefData();
void testFormulaCompiler();
@@ -288,6 +289,7 @@ public:
CPPUNIT_TEST(testSharedStringPool);
CPPUNIT_TEST(testRangeList);
CPPUNIT_TEST(testInput);
+ CPPUNIT_TEST(testFetchVectorRefArray);
CPPUNIT_TEST(testFormulaHashAndTag);
CPPUNIT_TEST(testFormulaRefData);
CPPUNIT_TEST(testFormulaCompiler);