[Libreoffice-commits] .: sc/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 14 20:58:34 PST 2013
sc/qa/unit/subsequent_filters-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 253f9c5680e9a7b4bb5f2312c3a58eda0f77a820
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Jan 15 05:58:21 2013 +0100
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
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index a7ec15b..1720f3b 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();
}
More information about the Libreoffice-commits
mailing list