[Libreoffice-commits] .: sc/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 7 11:49:20 PST 2013


 sc/qa/unit/subsequent_filters-test.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f6bf087a039a7c275207eba4a35e0ad814cf2813
Author: Kohei Yoshida <kohei.yoshida at 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);


More information about the Libreoffice-commits mailing list