office-gobmx/sw/qa
László Németh 6eee182e46 tdf#159102 sw: add missing get_url_for_data_file to the unit test
Partial revert of commit 5fa3abd3b2
"tdf#158803 Remove unused imports from uitest".

Follow-up to commit c6d7b7fa68
"tdf#159102 sw: enable unit test again with extended test document".

Change-Id: Id6397d322f25f1b3e981d8e206a54bb79a54b831
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169848
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-07-02 04:02:22 +02:00
..
api
complex/indeterminateState
core Fix VBA get*Padding, which returns a floating-point value 2024-06-29 22:47:33 +02:00
extras Fix "lets" -> "let's" 2024-06-29 17:22:12 +02:00
filter loplugin:ostr in various 2024-06-18 13:16:23 +02:00
inc loplugin:ostr in sw/qa 2024-06-13 19:56:40 +02:00
python
uibase loplugin:ostr in sw/qa 2024-06-13 19:56:40 +02:00
uitest tdf#159102 sw: add missing get_url_for_data_file to the unit test 2024-07-02 04:02:22 +02:00
unit loplugin:ostr in sw/qa 2024-06-13 19:56:40 +02:00
unoapi
writerfilter Rename some ConversionHelper functions 2024-06-29 18:03:21 +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.