diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-15 05:58:21 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-15 06:00:10 +0100 |
commit | 253f9c5680e9a7b4bb5f2312c3a58eda0f77a820 (patch) | |
tree | 80ece5567b71c8c4e0a53d7f876b8740998bcd6a /sc | |
parent | 7f4269b9798c348b1ede4ad0d777f6a0977b7e16 (diff) |
with the new recalc of matrix with errors, this assert is no longer true
We need a new test case for this with a matrix that does not contain
cells with error values.
Change-Id: I7fb9efb5077cf6e43cbfd32c64274777d371b956
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index a7ec15b25bac..1720f3bb2e61 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -487,7 +487,7 @@ void ScFiltersTest::testCachedMatrixFormulaResultsODS() //Import works around this by setting these cells as text cells so that //the blank text is used for display instead of the number 0. //If this is working properly, the following cell should NOT have value data. - CPPUNIT_ASSERT(!pDoc->GetCell(ScAddress(3,5,1))->HasValueData()); + //CPPUNIT_ASSERT(!pDoc->GetCell(ScAddress(3,5,1))->HasValueData()); xDocSh->DoClose(); } |