sc/qa/unit/ucalc.cxx | 2 +- sc/qa/unit/ucalc.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 03e0375864f86312fff89e281fa417bdbc51fd6d Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Fri Feb 14 21:07:41 2014 -0500 This is mis-named. The test is not about dependency tracking. Change-Id: I32913c7dc24af8ad3569387653b421797cccc22d diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 7176312..a8ec5e2 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -1360,7 +1360,7 @@ void Test::testFormulaDepTracking2() m_pDoc->DeleteTab(0); } -void Test::testFormulaDepTrackingMatrix() +void Test::testFormulaMatrixResultUpdate() { m_pDoc->InsertTab(0, "Test"); diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx index 9f6dc32..2e57b31 100644 --- a/sc/qa/unit/ucalc.hxx +++ b/sc/qa/unit/ucalc.hxx @@ -150,7 +150,7 @@ public: */ void testFormulaDepTracking2(); - void testFormulaDepTrackingMatrix(); + void testFormulaMatrixResultUpdate(); /** * More direct test for cell broadcaster management, used to track formula @@ -372,7 +372,7 @@ public: CPPUNIT_TEST(testValueIterator); CPPUNIT_TEST(testFormulaDepTracking); CPPUNIT_TEST(testFormulaDepTracking2); - CPPUNIT_TEST(testFormulaDepTrackingMatrix); + CPPUNIT_TEST(testFormulaMatrixResultUpdate); CPPUNIT_TEST(testCellBroadcaster); CPPUNIT_TEST(testFuncParam); CPPUNIT_TEST(testNamedRange); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits