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:
parent
56cf1d210b
commit
46784e03d9
3 changed files with 1 additions and 6 deletions
Binary file not shown.
BIN
sw/qa/extras/layout/data/tdf147485-forcepoint.docx
Normal file
BIN
sw/qa/extras/layout/data/tdf147485-forcepoint.docx
Normal file
Binary file not shown.
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue