summaryrefslogtreecommitdiffstats
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-09-13 22:33:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-09-14 03:59:53 +0200
commitb6d3f5c2c18ad0e1f41cb7b5d6c9072f1c79ff46 (patch)
tree340072787b00aa772aa5fbb370398129722022bd /sc/qa
parentadd database unit test (diff)
downloadcore-b6d3f5c2c18ad0e1f41cb7b5d6c9072f1c79ff46.tar.gz
core-b6d3f5c2c18ad0e1f41cb7b5d6c9072f1c79ff46.zip
ScCompiler::IsDBRange compares upper case strings
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/filters-test.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 87b28f229780..5b64060215d3 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -438,7 +438,6 @@ void FiltersTest::testDatabaseRanges()
ScDBData* pAnonDBData = pDoc->GetAnonymousDBData(0);
CPPUNIT_ASSERT_MESSAGE("missing anonymous DB data in sheet 1", pAnonDBData);
//control hidden rows
- /*
bool bHidden;
SCROW nRow1, nRow2;
bHidden = pDoc->RowHidden(0, 0, &nRow1, &nRow2);
@@ -462,7 +461,6 @@ void FiltersTest::testDatabaseRanges()
CPPUNIT_ASSERT_MESSAGE("Sheet2: A11: formula result is incorrect", aValue == 4);
pDoc->GetValue(1, 10, 1, aValue);
CPPUNIT_ASSERT_MESSAGE("Sheet2: B11: formula result is incorrect", aValue == 2);
-*/
}
void FiltersTest::testBugFixesODS()