diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-15 11:14:02 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-15 11:48:08 -0400 |
commit | 3ced80133a171bc528ed4600f1d00daadfdbb21b (patch) | |
tree | c39be7891548e6de131bdf88bd2627d62a6d95d2 /sc | |
parent | 99809b246c5dd2be548668032fac4f3c65fb962a (diff) |
The test is incorrect.
Change-Id: I4e4b788f34e01f926d60d97515de4191d7346d5e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 2 |
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))); |