summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-10-13 13:44:10 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-10-13 17:35:31 +0200
commit8eb5e4730e5c38bc0187842808d4adeac008a813 (patch)
tree1d9584567ddb2d13aa1e8b3314d4bd6fa37ebe28 /sc
parent537cb82be8fa021fd9382cca874645c75daaef20 (diff)
sc: no reason for this test to be UNX only
Change-Id: Idc61353952b1255f99af5607630c8d38fe17ae7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123558 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_filters_test2.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/qa/unit/subsequent_filters_test2.cxx b/sc/qa/unit/subsequent_filters_test2.cxx
index 840bf5042e65..db2291da0edf 100644
--- a/sc/qa/unit/subsequent_filters_test2.cxx
+++ b/sc/qa/unit/subsequent_filters_test2.cxx
@@ -165,9 +165,7 @@ public:
void testPageScalingXLSX();
void testActiveXCheckboxXLSX();
void testtdf120301_xmlSpaceParsingXLSX();
-#ifdef UNX
void testUnicodeFileNameGnumeric();
-#endif
void testCondFormatFormulaListenerXLSX();
void testMergedCellsXLSXML();
@@ -274,9 +272,7 @@ public:
CPPUNIT_TEST(testPageScalingXLSX);
CPPUNIT_TEST(testActiveXCheckboxXLSX);
CPPUNIT_TEST(testtdf120301_xmlSpaceParsingXLSX);
-#ifdef UNX
CPPUNIT_TEST(testUnicodeFileNameGnumeric);
-#endif
CPPUNIT_TEST(testMergedCellsXLSXML);
CPPUNIT_TEST(testBackgroundColorStandardXLSXML);
CPPUNIT_TEST(testTdf131536);
@@ -1638,7 +1634,6 @@ void ScFiltersTest2::testTdf83672XLSX()
xDocSh->DoClose();
}
-#ifdef UNX
void ScFiltersTest2::testUnicodeFileNameGnumeric()
{
// Mapping the LO-internal URL
@@ -1654,7 +1649,6 @@ void ScFiltersTest2::testUnicodeFileNameGnumeric()
xDocSh->DoClose();
}
-#endif
void ScFiltersTest2::testMergedCellsXLSXML()
{