summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-15 11:14:02 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-15 11:48:08 -0400
commit3ced80133a171bc528ed4600f1d00daadfdbb21b (patch)
treec39be7891548e6de131bdf88bd2627d62a6d95d2 /sc
parent99809b246c5dd2be548668032fac4f3c65fb962a (diff)
The test is incorrect.
Change-Id: I4e4b788f34e01f926d60d97515de4191d7346d5e
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/ucalc_formula.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index f939698149cd..a03ba89f4469 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -1677,7 +1677,7 @@ void Test::testFormulaRefUpdateMoveUndo()
m_pDoc->SetValue(ScAddress(0,0,0), 20);
CPPUNIT_ASSERT_EQUAL(20.0, m_pDoc->GetValue(ScAddress(0,5,0)));
- CPPUNIT_ASSERT_EQUAL( 6.0, m_pDoc->GetValue(ScAddress(0,6,0)));
+ CPPUNIT_ASSERT_EQUAL(25.0, m_pDoc->GetValue(ScAddress(0,6,0)));
CPPUNIT_ASSERT_EQUAL(27.0, m_pDoc->GetValue(ScAddress(0,7,0)));
CPPUNIT_ASSERT_EQUAL(22.0, m_pDoc->GetValue(ScAddress(0,9,0)));