sw/qa/extras/layout/layout.cxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit eed401bc7429f29f1b21cf8e3b08969e011d5692
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Feb 17 14:26:54 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Feb 17 21:21:37 2022 +0100

    reenable this layout test again
    
    Change-Id: Icaedc8b25301be54fc2c99e829fca5907fcd86d4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130075
    Tested-by: Jenkins
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index cf78f167dc7e..f87d50b71315 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2418,8 +2418,10 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, 
testForcepointFootnoteFrame)
     createSwDoc(DATA_DIRECTORY, "forcepoint-swfootnoteframe-1.rtf");
 }
 
-//FIXME: disabled after failing again with fixed layout
-//CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint76) { 
createSwDoc(DATA_DIRECTORY, "forcepoint76-1.rtf"); }
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint76)
+{
+    createSwDoc(DATA_DIRECTORY, "forcepoint76-1.rtf");
+}
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf118058)
 {

Reply via email to