summaryrefslogtreecommitdiff
path: root/sax/README
AgeCommit message (Expand)Author
2017-09-13sax: allow some debug logging in FastParserMichael Stahl
2017-09-13sax: improve READMEMichael Stahl
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
e3ec4de6274 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160312 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2021-06-04Explicitly set ForceFocusAndToFront to false for unit testsMike Kaganski It defaults to true on Windows (see officecfg/registry/data/org/openoffice/Office/Common.xcu), and may affect UITests, which are interactive there. Change-Id: Iad51b0a628deced1e90636d07040596a899b53ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116695 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2020-04-09Force UITests to use internal Open/Save dialogsStephan Bergmann At least on Windows, UITest_writer_tests UITEST_TEST_NAME=compareDocuments.compareDocuments.test_tdf130960 would otherwise open a system file-open dialog for "Compare to", which execute_dialog_through_command could apparently not handle. (The setting is changed for all tests that use qadevOOo/qa/registrymodifications.xcu, not just UITests, but that appears to have no negative consequences.) Change-Id: I004d139595c8ef04fc94fdac855a44c7c393def3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91960 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>