summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-05-25 15:43:42 +0200
committerGabor Kelemen <kelemeng@ubuntu.com>2022-05-25 15:45:19 +0200
commit317d45bb38ec83d8776a51dca52f66f4bd64b713 (patch)
treeb1f20dd96a48d1338da55a0417f31c18fdb3c293
parentexternal: update pdfium to 4643 (diff)
downloadcore-feature/cib_contract138c.tar.gz
core-feature/cib_contract138c.zip
Enable unit test, it works in a non-debug build feature/cib_contract138c
Change-Id: I4319fc1e2d13aff3fbdda4fa738401d912853ba1
-rw-r--r--sw/qa/extras/layout/layout.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index b7f34916dd1b..4e2e285ff020 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -56,7 +56,7 @@ public:
void testUserFieldTypeLanguage();
void testTdf109137();
void testForcepoint72();
- // void testUXTSOREL();
+ void testUXTSOREL();
void testForcepoint76();
void testN4LA0OHZ();
void testTdf118058();
@@ -98,7 +98,7 @@ public:
CPPUNIT_TEST(testUserFieldTypeLanguage);
CPPUNIT_TEST(testTdf109137);
CPPUNIT_TEST(testForcepoint72);
- // CPPUNIT_TEST(testUXTSOREL);
+ CPPUNIT_TEST(testUXTSOREL);
CPPUNIT_TEST(testForcepoint76);
CPPUNIT_TEST(testN4LA0OHZ);
CPPUNIT_TEST(testTdf118058);
@@ -2584,7 +2584,7 @@ void SwLayoutWriter::testForcepoint72() { createDoc("forcepoint72-1.rtf"); }
// FIXME: apparently infinite loop on Mac
#ifndef MACOSX
//just care it doesn't crash/assert
-//void SwLayoutWriter::testUXTSOREL() { createDoc("LIBREOFFICE-UXTSOREL.rtf"); }
+void SwLayoutWriter::testUXTSOREL() { createDoc("LIBREOFFICE-UXTSOREL.rtf"); }
#endif
//just care it doesn't crash/assert