tdf#158419 sw: revert lost unit test testOfz64109
which was removed accidentally by commit 20cbe88ce5
"tdf#119908 tdf#158419 sw smart justify: fix cursor position".
Change-Id: Ia96d9d8d8980dbf05aaa58d454e2d9b568555d81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160129
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
eb077be775
commit
93ab1bc6be
1 changed files with 6 additions and 0 deletions
|
@ -864,6 +864,12 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testAbi11870)
|
|||
createSwDoc("abi11870-2.odt");
|
||||
}
|
||||
|
||||
CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testOfz64109)
|
||||
{
|
||||
//just care it doesn't assert
|
||||
createSwDoc("ofz64109-1.fodt");
|
||||
}
|
||||
|
||||
CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, testTdf118719)
|
||||
{
|
||||
// Insert a page break.
|
||||
|
|
Loading…
Reference in a new issue