office-gobmx/sw/qa
Noel Grandin f1c247acd6 Revert "improve perf of lcl_GetUniqueFlyName"
This reverts commit a61128c95e.

Reason for revert: Causes trouble with UITests because the names of some objects are not predictable

Change-Id: I6320efd694849542ae79f0dc67c15d35eedfb750
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170742
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-22 13:17:07 +02:00
..
api
complex/indeterminateState
core tdf#150621 Changed Korean word counting to use words 2024-07-17 15:45:41 +02:00
extras Revert "improve perf of lcl_GetUniqueFlyName" 2024-07-22 13:17:07 +02:00
filter tdf#71749 Unit test for sw: WW8: don't loop on tables in footnotes 2024-07-18 01:11:12 +02:00
inc
python
uibase
uitest Revert "improve perf of lcl_GetUniqueFlyName" 2024-07-22 13:17:07 +02:00
unit
unoapi
writerfilter Related: tdf#162072 DOCX import: handle font family for characters 2024-07-19 22:38:42 +02:00
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.