office-gobmx/sw/qa
Xisco Fauli 8bc0c30130 CppunitTest_sw_rtfexport: split in two
it already has 109 tests

Change-Id: I1e7adf3fa9c1cdb22fb1402306c2f9478d94038c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149546
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-03-24 17:09:48 +00:00
..
api
complex/indeterminateState
core sw floattable: fix up/down cursor travel at fly boundary 2023-03-24 08:34:20 +00:00
extras CppunitTest_sw_rtfexport: split in two 2023-03-24 17:09:48 +00:00
filter
inc sw floattable: unconditionally map <w:tblpPr> to SwFormatFlySplit 2023-03-17 14:10:34 +00:00
python
uibase loplugin:stringadd use more O[U]StringChar 2023-03-18 07:20:51 +00:00
uitest sw floattable: fix current page number when editing document with a split fly 2023-03-22 13:29:47 +00:00
unit sw floattable: unconditionally map <w:tblpPr> to SwFormatFlySplit 2023-03-17 14:10:34 +00:00
unoapi
README

You can find different types of Writer tests here, the following directories
are available:

- 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.
  - 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.
  - also, any new C++ test that links to libsw (but does not need access to
    private Writer symbols) should go in this directory, whether using the UNO
    API or the internal one.
- complex: JUnit-based tests using the UNO API
- unoapi: JUnit-based test trying to get/set every UNO property, etc.