office-gobmx/sw/qa
Mike Kaganski d5c0b3f93d tdf#163230: make loop control hack more specific
Commit 0c49aa58cf (tdf#161508: add
another loop control hack, 2024-06-11) only checked the frame area
sizes and positions, but ignores the "valid" frags. It turns out,
that these flags also needed when checking the loop condition.

Change-Id: If155f2424b9a02cad6bf6d5c931dfccfb110d4c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174310
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-10-01 14:38:27 +02:00
..
api
complex/indeterminateState
core Make replacement graphic management more atomic 2024-09-21 14:57:52 +02:00
extras tdf#163230: make loop control hack more specific 2024-10-01 14:38:27 +02:00
filter
inc SwModelTestBase: remove duplicated code to print execution time 2024-09-12 15:27:45 +02:00
python Resolves tdf#161574 - Individual labels for TOXes in the UI 2024-09-25 10:39:25 +02:00
uibase tdf#162507 sw floattable: fix not wanted join of two different split anchors 2024-09-03 09:53:17 +02:00
uitest tdf#132274 add zoom defaults to Writer options 2024-09-17 03:44:46 +02:00
unit SwModelTestBase: remove duplicated code to print execution time 2024-09-12 15:27:45 +02:00
unoapi
writerfilter Temporarily skip unit tests on native arm64 build 2024-09-12 09:37:26 +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.