summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)Author
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-15java: remove unnecessary threadingNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-06-12spellingAntoine Cœur
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-06-09java:simplify boolean return expressionsNoel Grandin
2015-06-09java:remove unused importsNoel Grandin
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin
2015-06-09java:Return statement in a finally blockNoel Grandin
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin
2015-06-09there is no need to synchronize createTestEnvironmentNoel Grandin
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
2015-06-02Improve test failure diagnosticsStephan Bergmann
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl
2015-04-20java: some random small cleanupsNoel Grandin
2015-04-14also test get/setData for labelless tablesBjoern Michaelsen
2015-04-04Typo: creat->createJulien Nabet
2015-03-30add some helpful log messagesBjoern Michaelsen
2015-03-25TyposJulien Nabet
2015-03-23TyposJulien Nabet
2015-03-03TyposJulien Nabet
2015-03-01Typo: ocured->occuredJulien Nabet
2015-02-26TyposJulien Nabet
2015-02-21Typo: queriing->queryingJulien Nabet
2015-02-21Typo: curor/cusor(s)->cursor(s)Julien Nabet
2015-02-09Fix of a few typosAndrea Gelmini
2015-02-02Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2015-01-12java: no need to sleep quite so oftenNoel Grandin
2015-01-09java: simplify array creationNoel Grandin
2015-01-05java: unnecessary method overridesNoel Grandin
2015-01-05java: simplify if statementNoel Grandin
2015-01-05java: unnecessary importsNoel Grandin
2015-01-05java: more efficient float parsingNoel Grandin
2015-01-05java: avoid octal literalsNoel Grandin
2015-01-05java: use brackets to make difference between concat and plusNoel Grandin
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: static fields that should be instance fieldsNoel Grandin
2015-01-05java: compare Strings using equals()Noel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-19java: unused importsNoel Grandin
2014-12-19java: this does not need to be a ThreadNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin