summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests
Commit message (Expand)AuthorAgeFilesLines
* java: 'final static' to 'static final'Noel Grandin2015-06-158-21/+21
* java: remove unnecessary threadingNoel Grandin2015-06-156-366/+196
* Fix typosAndrea Gelmini2015-06-151-1/+1
* spellingAntoine Cœur2015-06-122-2/+2
* java:remove more unnecessary catch/re-throwNoel Grandin2015-06-11450-3943/+1329
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-3/+3
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-11108-351/+290
* java:simplify boolean return expressionsNoel Grandin2015-06-092-32/+3
* java:remove unused importsNoel Grandin2015-06-0910-12/+0
* java:use System.arrayCopy to copy arraysNoel Grandin2015-06-091-8/+1
* java:Return statement in a finally blockNoel Grandin2015-06-091-1/+0
* more exception handling cleanup in Java unit testsNoel Grandin2015-06-0917-244/+118
* there is no need to synchronize createTestEnvironmentNoel Grandin2015-06-09267-269/+269
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-09524-12639/+5295
* some spelling fixes, mostly in Java codeNoel Grandin2015-06-08436-575/+575
* Improve test failure diagnosticsStephan Bergmann2015-06-021-4/+6
* remove some @author tags from suspiciously unidiomatic codeMichael Stahl2015-04-251-1/+1
* java: some random small cleanupsNoel Grandin2015-04-201-6/+1
* also test get/setData for labelless tablesBjoern Michaelsen2015-04-141-5/+12
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* add some helpful log messagesBjoern Michaelsen2015-03-301-0/+2
* TyposJulien Nabet2015-03-252-2/+2
* TyposJulien Nabet2015-03-231-2/+2
* TyposJulien Nabet2015-03-031-1/+1
* Typo: ocured->occuredJulien Nabet2015-03-012-2/+2
* TyposJulien Nabet2015-02-263-8/+8
* Typo: queriing->queryingJulien Nabet2015-02-211-1/+1
* Typo: curor/cusor(s)->cursor(s)Julien Nabet2015-02-211-1/+1
* Fix of a few typosAndrea Gelmini2015-02-091-2/+2
* Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann2015-02-021-7/+2
* css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann2015-01-132-21/+35
* java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2015-01-131-3/+3
* java: NO_CWS_ATTACH parameter is unusedNoel Grandin2015-01-131-14/+9
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-12118-1177/+268
* java: no need to instantiate the AccessibilityTools objectNoel Grandin2015-01-1285-171/+2
* java: no need to sleep quite so oftenNoel Grandin2015-01-121-7/+7
* java: simplify array creationNoel Grandin2015-01-091-9/+7
* java: unnecessary method overridesNoel Grandin2015-01-0518-171/+0
* java: simplify if statementNoel Grandin2015-01-051-5/+1
* java: unnecessary importsNoel Grandin2015-01-051-2/+0
* java: more efficient float parsingNoel Grandin2015-01-054-5/+9
* java: avoid octal literalsNoel Grandin2015-01-051-2/+2
* java: use brackets to make difference between concat and plusNoel Grandin2015-01-051-2/+2
* java: remove more dead codeNoel Grandin2015-01-052-4/+4
* java: static fields that should be instance fieldsNoel Grandin2015-01-051-1/+1
* java: compare Strings using equals()Noel Grandin2015-01-051-1/+1
* java: static fields that should not be staticNoel Grandin2014-12-197-15/+13
* java: unused importsNoel Grandin2014-12-192-2/+0
* java: this does not need to be a ThreadNoel Grandin2014-12-191-2/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-157-32/+1