Kaydet (Commit) eba4d3b5 authored tarafından David Tardon's avatar David Tardon Kaydeden (comit) Michael Stahl

the test is declared uncond., so define it so too

Change-Id: Idd107c0eebd0f2782c25fb17e3756cde88c5f4dc
Reviewed-on: https://gerrit.libreoffice.org/49054Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 6e1e8225
......@@ -5467,13 +5467,6 @@ void SwUiWriterTest::testSectionInTableInTable()
createDoc("tdf112109.fodt");
}
void SwUiWriterTest::testTdf114536()
{
// This crashed in SwTextFormatter::MergeCharacterBorder() due to a
// use after free.
createDoc("tdf114536.odt");
}
void SwUiWriterTest::testSectionInTableInTable2()
{
createDoc("split-section-in-nested-table.fodt");
......@@ -5624,6 +5617,13 @@ void SwUiWriterTest::testTdf113790()
CPPUNIT_ASSERT(dynamic_cast<SwXTextDocument *>(mxComponent.get()));
}
void SwUiWriterTest::testTdf114536()
{
// This crashed in SwTextFormatter::MergeCharacterBorder() due to a
// use after free.
createDoc("tdf114536.odt");
}
void SwUiWriterTest::testTdf115065()
{
// In the document, the tables have table style assigned
......
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