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