07f90c89ef
The document containing a custom table is getting crashed. In the document the user has created his own costume table styles and in the created custom table style the user has set repeat first row as header property. The corresponding tag for this property is 'tblHeader' LO was adding this property as a part of cellProperties in DomainMapperTableHandler.cxx. But it is a part of a Row Property. That is why there was a crash @ open. In DomainMapperTableHandler.cxx : 'endTableGetCellProperties' tblHeader property is removed from style as it is not allowed for a cell. Change-Id: I83cd369aa4497ec3f4b567174f23ddee9be2864e Reviewed-on: https://gerrit.libreoffice.org/8848 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com> |
||
---|---|---|
.. | ||
complex | ||
core | ||
extras | ||
python | ||
tiledrendering | ||
unoapi | ||
README |
You can find different types of Writer tests here, the most interesting ones: - core/filters-test: loads different file types (see SwFiltersTest::testCVEs() for the list of supported filter types), and only makes sure Writer does not crash. To add new tests, you just need to drop in the test files to the relevant directory, no code change is necessary. - core/uwriter: this test has access to private Writer symbols, add new tests here if you need that. - extras: see its own README -- executes import and export filters and asserts the UNO model to verify the resulting document is the expected one.