summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-07 14:45:00 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-07 14:51:13 -0500
commit0494167d0057e052acb768e57d786b00d5cd902b (patch)
tree56fba6b2eccda080853ba2a86a8c4833a01a4e71 /sc/qa/unit
parent8b30366d1fcb40949f58575599be658f59276871 (diff)
Append ODS to the test method name.
Change-Id: I024d142b59ccceed944d641b6306f47dcf03ef9d
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 618e62755d00..df858dab2bd4 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);