sc/qa/unit/subsequent_filters-test.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 0494167d0057e052acb768e57d786b00d5cd902b Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Mon Jan 7 14:45:00 2013 -0500 Append ODS to the test method name. Change-Id: I024d142b59ccceed944d641b6306f47dcf03ef9d diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 618e627..df858da 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -170,7 +170,7 @@ public: void testPivotTableBasicODS(); void testFormulaDependency(); - void testRowHeight(); + void testRowHeightODS(); CPPUNIT_TEST_SUITE(ScFiltersTest); CPPUNIT_TEST(testRangeNameXLS); @@ -213,7 +213,7 @@ public: CPPUNIT_TEST(testCellAnchoredShapesODS); CPPUNIT_TEST(testPivotTableBasicODS); - CPPUNIT_TEST(testRowHeight); + CPPUNIT_TEST(testRowHeightODS); CPPUNIT_TEST(testFormulaDependency); //disable testPassword on MacOSX due to problems with libsqlite3 @@ -1574,7 +1574,7 @@ void ScFiltersTest::testPivotTableBasicODS() xDocSh->DoClose(); } -void ScFiltersTest::testRowHeight() +void ScFiltersTest::testRowHeightODS() { OUString aFileNameBase("row-height-import."); OUString aFileExt = OUString::createFromAscii(aFileFormats[ODS].pName); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits