summaryrefslogtreecommitdiff
path: root/qadevOOo/qa
AgeCommit message (Collapse)Author
2023-12-04Disallow crash reporting in UITestsMike Kaganski
Otherwise, after one crash, the next UITest starts with the crash report dialog, and hangs, creating the noise in results. Seen when running UITests on Windows with parallelism. Crash reporting is unaffected by '--norestore', and handled separately in Desktop::OpenClients (desktop/source/app/app.cxx). Change-Id: I00b9bca3aa34c603bfdb54389437ce3ec4de6274 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>
2016-10-10Remove no longer relevant qadevOOo/qaSamuel Mehrbrodt
Change-Id: Ic1cee9e61d31a6ee8f248c7e976c5eca8e0d86bd Reviewed-on: https://gerrit.libreoffice.org/29233 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-09-23Handle exceptionSamuel Mehrbrodt
Change-Id: If295d9a6106c0d03313c80464134e060da72bf53 Reviewed-on: https://gerrit.libreoffice.org/29224 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-06-19qadevOOo: fix _XDataPilotTables failure in non-english localesMichael Stahl
Set the UILocale to en but do that with a registrymodifications.xcu as setting it via configmgr requires a restart. Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4
2014-12-12Revert "java: remove the unit test skeleton code"Noel Grandin
This reverts commit 2d724f086f0ac9ee9a340610e0fa2c4fff110565. Apparently other bits of code are referencing the default .sce file
2014-12-12java: remove the unit test skeleton codeNoel Grandin
much easier to copy and paste an existing test anyhow, and more likely to be accurate and up-to-date Change-Id: I4deed6d14b0e860e394a537e2a2092387c62b657
2014-12-10java: simplify the getMSF() methodsNoel Grandin
Change-Id: Ib459799f4a3224f8c9683ac4b6cf37982d2077a3 Reviewed-on: https://gerrit.libreoffice.org/13406 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-05java: remove commented out codeNoel Grandin
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-02-26Remove visual noise from qadevOOoAlexander Wilms
Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124 Reviewed-on: https://gerrit.libreoffice.org/8291 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-26Java cleanupNoel Grandin
-fix constructor declaration -remove dead copyright notice Change-Id: I021ef11dd5000a75dba3359fe6d4f49740c3b237
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza
More tags removed and with it, more commented code was found. So remove it all. Not functional changes here, just a cleanup. Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2012-09-05remove some obsolete boilerplate Test.javaMichael Stahl
Change-Id: I694cff583fddb713a59e5d6b8e15ea06a2be63b6
2012-09-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
2012-08-28Java cleanup - remove unused importsNoel Grandin
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
reportbuilder, license file not needed. Patch contributed by Armin Le Grand http://svn.apache.org/viewvc?view=revision&revision=1305814 Adapting extras/ to our wordbook setup.
2012-06-29Java cleanup - remove unused local variablesNoel Grandin
Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-03-23.xcl files don't need executable bitsMichael Stahl
2012-03-23.sce files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2010-08-23sb123:#i111449# remove all subdirs in complex testsLars Langhans
2010-06-18sb123:#i111449# cleanups in qadevOOo qa/complex testsLars Langhans
2010-06-10sb123:#i111449# add junit skeleton with some simple tests in qadevOOo ↵Lars Langhans
qa/complex tests
2010-02-16sb118: adapted remaining */qa/unoapi tests to new frameworksb
2009-07-06CWS-TOOLING: integrate CWS unoapi04Vladimir Glazounov
2009-06-26 14:00:27 +0200 lla r273410 : #i102248# cleanups 2009-06-26 13:36:44 +0200 lla r273407 : #i102248# fix problem with too long sleeps and waits 2009-06-26 08:34:17 +0200 lla r273393 : #i102248# cleanups 2009-06-26 08:28:43 +0200 lla r273392 : #i102248# cleanups 2009-06-25 13:17:19 +0200 lla r273379 : #i102248# add prototypes 2009-06-25 11:31:02 +0200 lla r273371 : #i102248# cleanups 2009-06-25 11:15:18 +0200 lla r273370 : #i102248# add a selftest for demonstration. 2009-06-25 10:53:35 +0200 lla r273369 : #i102248# add a selftest for demonstration. 2009-06-25 10:38:10 +0200 lla r273368 : #i102248# add a selftest for demonstration. 2009-06-23 11:09:35 +0200 lla r273266 : #i102248# cleanup 2009-06-23 11:00:15 +0200 lla r273265 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:59:50 +0200 lla r273264 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:58:47 +0200 lla r273263 : #i102248# add selftest