office-gobmx/sw/qa
Andrea Gelmini b2b892ddb1 Removed executable bits on docx file
Change-Id: I33e44f912723cf984322d13d7ad18aca138cabcd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113471
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2021-04-01 23:12:47 +02:00
..
api
complex/indeterminateState
core tdf#140343 sw page rtl gutter margin: add layout 2021-03-31 09:53:16 +02:00
extras Removed executable bits on docx file 2021-04-01 23:12:47 +02:00
inc
python tdf#101965 : Add No List default in Styles deck in sidebar 2021-03-29 14:08:10 +02:00
uibase
uitest Fix typo 2021-04-01 22:44:46 +02:00
unit
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.