diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-05 00:18:21 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-05 00:19:07 +0100 |
commit | 3e102b36977a62931b0de4176bcd92a307408d8b (patch) | |
tree | d14f1e8d5dd13073fbb463f41a6549c90896a964 /sc | |
parent | 9ddd869873603f929d7c342d62a8d52d19de83ec (diff) |
enable the unit test
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 5acbfb812380..618e62755d00 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -213,7 +213,7 @@ public: CPPUNIT_TEST(testCellAnchoredShapesODS); CPPUNIT_TEST(testPivotTableBasicODS); -// CPPUNIT_TEST(testRowHeight); + CPPUNIT_TEST(testRowHeight); CPPUNIT_TEST(testFormulaDependency); //disable testPassword on MacOSX due to problems with libsqlite3 |