Kaydet (Commit) 0d8db7a4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make method name consistent

Change-Id: I5fd08be86c68b788510d04ff6df6c3938c43e625
üst a9c75e5b
...@@ -122,7 +122,7 @@ public: ...@@ -122,7 +122,7 @@ public:
void testDataValidityODS(); void testDataValidityODS();
void testDataBarODS(); void testDataBarODS();
void testNewCondFormat(); void testNewCondFormatXLSX();
//change this test file only in excel and not in calc //change this test file only in excel and not in calc
void testSharedFormulaXLSX(); void testSharedFormulaXLSX();
...@@ -181,7 +181,7 @@ public: ...@@ -181,7 +181,7 @@ public:
CPPUNIT_TEST(testChartImportODS); CPPUNIT_TEST(testChartImportODS);
CPPUNIT_TEST(testDataBarODS); CPPUNIT_TEST(testDataBarODS);
CPPUNIT_TEST(testNewCondFormat); CPPUNIT_TEST(testNewCondFormatXLSX);
CPPUNIT_TEST(testNumberFormatHTML); CPPUNIT_TEST(testNumberFormatHTML);
CPPUNIT_TEST(testNumberFormatCSV); CPPUNIT_TEST(testNumberFormatCSV);
...@@ -1728,7 +1728,7 @@ void ScFiltersTest::testDataBarODS() ...@@ -1728,7 +1728,7 @@ void ScFiltersTest::testDataBarODS()
{ {
} }
void ScFiltersTest::testNewCondFormat() void ScFiltersTest::testNewCondFormatXLSX()
{ {
const OUString aFileNameBase("new_cond_format_test."); const OUString aFileNameBase("new_cond_format_test.");
OUString aFileExtension(aFileFormats[XLSX].pName, strlen(aFileFormats[XLSX].pName), RTL_TEXTENCODING_UTF8 ); OUString aFileExtension(aFileFormats[XLSX].pName, strlen(aFileFormats[XLSX].pName), RTL_TEXTENCODING_UTF8 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment