complete the FIXME for the font substitution

Change-Id: I9527bce0276f2aa77331f5bb16b21fc6c4402944
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138201
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2022-08-12 14:20:28 +01:00
parent 56cf1d210b
commit 46784e03d9
3 changed files with 1 additions and 6 deletions

Binary file not shown.

View file

@ -3486,16 +3486,11 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint103)
createSwWebDoc(DATA_DIRECTORY, "forcepoint103.html");
}
// FIXME: The font substitution of the bugdoc causes crash in Linux builds,
// in addition this example file originally was a docx so check system type
// until that issue is not fixed:
#ifndef SAL_UNX
//just care it doesn't crash/assert
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf147485Forcepoint)
{
createSwDoc(DATA_DIRECTORY, "tdf147485-forcepoint.doc");
createSwDoc(DATA_DIRECTORY, "tdf147485-forcepoint.docx");
}
#endif
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf118058)
{