summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-22 04:35:33 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-22 07:09:23 +0100
commit0d8db7a49354de97977d1cfcea534fbcdc250078 (patch)
treef96e8fd5c7e293d729625cdb307e37af42c7a8a2 /sc/qa/unit
parenta9c75e5b908d2c3f16608756aea55d7ff7bdd39a (diff)
make method name consistent
Change-Id: I5fd08be86c68b788510d04ff6df6c3938c43e625
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 69764cce3037..72a5dc36a122 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -122,7 +122,7 @@ public:
void testDataValidityODS();
void testDataBarODS();
- void testNewCondFormat();
+ void testNewCondFormatXLSX();
//change this test file only in excel and not in calc
void testSharedFormulaXLSX();
@@ -181,7 +181,7 @@ public:
CPPUNIT_TEST(testChartImportODS);
CPPUNIT_TEST(testDataBarODS);
- CPPUNIT_TEST(testNewCondFormat);
+ CPPUNIT_TEST(testNewCondFormatXLSX);
CPPUNIT_TEST(testNumberFormatHTML);
CPPUNIT_TEST(testNumberFormatCSV);
@@ -1728,7 +1728,7 @@ void ScFiltersTest::testDataBarODS()
{
}
-void ScFiltersTest::testNewCondFormat()
+void ScFiltersTest::testNewCondFormatXLSX()
{
const OUString aFileNameBase("new_cond_format_test.");
OUString aFileExtension(aFileFormats[XLSX].pName, strlen(aFileFormats[XLSX].pName), RTL_TEXTENCODING_UTF8 );