summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2018-07-081-1/+1
* Fix typosAndrea Gelmini2018-05-021-1/+1
* Fix typos and grammarIlmari Lauhakangas2017-12-111-1/+1
* Fix typosAndrea Gelmini2017-03-251-1/+1
* boil down the use of OPERATING_SYSTEM to its unorc/uno.ini useCaolán McNamara2017-01-161-22/+5
* Remove no longer relevant qadevOOo/qaSamuel Mehrbrodt2016-10-101-50/+45
* Fix typosAndrea Gelmini2016-10-011-1/+1
* remove unused imports in java codeNoel Grandin2016-06-061-3/+0
* remove the office close timeout in subsequentcheckNoel Grandin2016-03-151-1/+0
* remove some unused Java codeNoel Grandin2016-03-141-4/+0
* coverity#1326576 Useless callCaolán McNamara2016-03-061-28/+1
* Fix typosAndrea Gelmini2016-02-081-1/+1
* These places apparently want to unbox a value boxed as an AnyStephan Bergmann2015-10-221-40/+3
* No need to check for non-null hereStephan Bergmann2015-10-221-10/+3
* Fix the test for resValue != oldValueStephan Bergmann2015-10-221-1/+1
* Print content of arrays and UNO structsStephan Bergmann2015-10-221-1/+37
* A "workaround to CodeWarrior's compiler bug" is probably not needed anymoreStephan Bergmann2015-10-221-20/+2
* Why check that resValue != oldValueStephan Bergmann2015-10-221-1/+1
* convert PASSED to COMPLETED in 'make check' test messagesNoel Grandin2015-10-162-4/+4
* rename test state 'PASSED' to 'COMPLETED'Noel Grandin2015-10-164-9/+9
* rename state to bSuccessfulNoel Grandin2015-10-163-32/+20
* convert runState to a proper enumNoel Grandin2015-10-164-33/+55
* casting before calling getClass() is a waste of timeNoel Grandin2015-10-141-3/+3
* Fix typosAndrea Gelmini2015-09-304-4/+4
* Fix typosAndrea Gelmini2015-07-191-2/+2
* Fix typosAndrea Gelmini2015-07-032-4/+4
* java: 'final static' to 'static final'Noel Grandin2015-06-151-5/+5
* java:remove more unnecessary catch/re-throwNoel Grandin2015-06-112-3/+3
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-111-0/+6
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-091-1/+1
* LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann2015-01-141-1/+1
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-121-1/+0
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* java: remove dead code in qadevOOoNoel Grandin2014-12-125-220/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-7/+7
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: make fields final where possibleNoel Grandin2014-11-183-3/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-14/+15
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-131-1/+0
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-1/+1
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-0/+8
* qadevOOo: use System.arraycopyrbuj2014-09-101-4/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-5/+5
* java: remove unused methodsNoel Grandin2014-08-191-3/+0
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-141-7/+0
* remove usage of DOCPTH and CNCSTRNoel Grandin2014-08-141-2/+0
* clean upo runner.lib.TestParametersNoel Grandin2014-08-141-116/+20
* clean up formattingNoel Grandin2014-08-141-34/+19