summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib
AgeCommit message (Expand)Author
2018-07-08Fix typoAndrea Gelmini
2018-05-02Fix typosAndrea Gelmini
2017-12-11Fix typos and grammarIlmari Lauhakangas
2017-03-25Fix typosAndrea Gelmini
2017-01-16boil down the use of OPERATING_SYSTEM to its unorc/uno.ini useCaolán McNamara
2016-10-10Remove no longer relevant qadevOOo/qaSamuel Mehrbrodt
2016-10-01Fix typosAndrea Gelmini
2016-06-06remove unused imports in java codeNoel Grandin
2016-03-15remove the office close timeout in subsequentcheckNoel Grandin
2016-03-14remove some unused Java codeNoel Grandin
2016-03-06coverity#1326576 Useless callCaolán McNamara
2016-02-08Fix typosAndrea Gelmini
2015-10-22These places apparently want to unbox a value boxed as an AnyStephan Bergmann
2015-10-22No need to check for non-null hereStephan Bergmann
2015-10-22Fix the test for resValue != oldValueStephan Bergmann
2015-10-22Print content of arrays and UNO structsStephan Bergmann
2015-10-22A "workaround to CodeWarrior's compiler bug" is probably not needed anymoreStephan Bergmann
2015-10-22Why check that resValue != oldValueStephan Bergmann
2015-10-16convert PASSED to COMPLETED in 'make check' test messagesNoel Grandin
2015-10-16rename test state 'PASSED' to 'COMPLETED'Noel Grandin
2015-10-16rename state to bSuccessfulNoel Grandin
2015-10-16convert runState to a proper enumNoel Grandin
2015-10-14casting before calling getClass() is a waste of timeNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-07-19Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-12java: remove dead code in qadevOOoNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-10qadevOOo: use System.arraycopyrbuj
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin
2014-08-14clean upo runner.lib.TestParametersNoel Grandin
2014-08-14clean up formattingNoel Grandin