office-gobmx/sw/qa
Andreas Heinisch 813f34d672 tdf#79298 - FORMATTING: Copy/paste: import strikethrough attribute
Change-Id: I0539e87f2a87f869e234ed7c944b9da6bd0e82bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177847
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Tested-by: Jenkins
2024-12-08 12:00:37 +01:00
..
api
complex/indeterminateState
core tdf#164095 sw: fix missing top margin on paragraph after changing page style 2024-12-06 16:16:18 +01:00
extras tdf#79298 - FORMATTING: Copy/paste: import strikethrough attribute 2024-12-08 12:00:37 +01:00
filter
inc don't bother passing const std::[u16]string_view by reference 2024-12-03 15:18:31 +01:00
python
uibase tdf#146553 Enable additonal functions in editable section while in r/o mode 2024-11-29 01:15:51 +01:00
uitest tdf#163325: uitest: load the saved document 2024-12-02 12:22:57 +01:00
unit don't bother passing const std::[u16]string_view by reference 2024-12-03 15:18:31 +01:00
unoapi
writerfilter
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.