sc/qa/unit/subsequent_filters_test.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 7d7890871085a427b0844c208a76158341890219 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Thu Apr 21 13:10:17 2022 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Apr 21 14:37:06 2022 +0200 subsequent_filters_test: put this test with the others Change-Id: I274d5b0c8aae2c4313ca8dd724898238c72539ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133253 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/qa/unit/subsequent_filters_test.cxx b/sc/qa/unit/subsequent_filters_test.cxx index 3706fb00d451..4288e2f2da3f 100644 --- a/sc/qa/unit/subsequent_filters_test.cxx +++ b/sc/qa/unit/subsequent_filters_test.cxx @@ -175,7 +175,6 @@ public: void testImportCrashes(); void testTdf129681(); - void testTdf111974XLSM(); void testEscapedUnicodeXLSX(); void testTdf144758_DBDataDefaultOrientation(); @@ -273,7 +272,6 @@ public: CPPUNIT_TEST(testImportCrashes); CPPUNIT_TEST(testTdf129681); - CPPUNIT_TEST(testTdf111974XLSM); CPPUNIT_TEST(testEscapedUnicodeXLSX); CPPUNIT_TEST(testTdf144758_DBDataDefaultOrientation); @@ -2975,6 +2973,7 @@ void ScFiltersTest::testImportCrashes() { testImportCrash(u"tdf136551.", FORMAT_ODS); testImportCrash(u"tdf90391.", FORMAT_ODS); testImportCrash(u"tdf121887.", FORMAT_XLSX); // 'Maximum number of rows per sheet' warning + testImportCrash(u"tdf111974.", FORMAT_XLSM); } void ScFiltersTest::testTdf129681() @@ -3004,8 +3003,6 @@ void ScFiltersTest::testTdf129681() xDocSh->DoClose(); } -void ScFiltersTest::testTdf111974XLSM() { testImportCrash(u"tdf111974.", FORMAT_XLSM); } - void ScFiltersTest::testEscapedUnicodeXLSX() { ScDocShellRef xDocSh = loadDoc(u"escape-unicode.", FORMAT_XLSX);