summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)AuthorFilesLines
2015-07-29chmod -xTor Lillqvist3-0/+0
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos2-3/+3
2015-07-08typo: contest -> contentAndras Timar1-1/+1
2015-07-08Fix typosAndrea Gelmini7-11/+11
2015-07-03Make test code more robustStephan Bergmann1-5/+17
2015-07-03Fix typosAndrea Gelmini15-17/+17
2015-07-03typo: therfore -> thereforeAndras Timar1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini6-7/+7
2015-06-17Try make JunitTest_chart2_unoapi sch.ChXChartAxis more robustStephan Bergmann1-0/+12
2015-06-15java: 'final static' to 'static final'Noel Grandin8-21/+21
2015-06-15java: remove unnecessary threadingNoel Grandin6-366/+196
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-12spellingAntoine Cœur2-2/+2
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin450-3943/+1329
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-3/+3
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin108-351/+290
2015-06-09java:simplify boolean return expressionsNoel Grandin2-32/+3
2015-06-09java:remove unused importsNoel Grandin10-12/+0
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin1-8/+1
2015-06-09java:Return statement in a finally blockNoel Grandin1-1/+0
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin17-244/+118
2015-06-09there is no need to synchronize createTestEnvironmentNoel Grandin267-269/+269
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin524-12639/+5295
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin436-575/+575
2015-06-02Improve test failure diagnosticsStephan Bergmann1-4/+6
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+1
2015-04-20java: some random small cleanupsNoel Grandin1-6/+1
2015-04-14also test get/setData for labelless tablesBjoern Michaelsen1-5/+12
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-03-30add some helpful log messagesBjoern Michaelsen1-0/+2
2015-03-25TyposJulien Nabet2-2/+2
2015-03-23TyposJulien Nabet1-2/+2
2015-03-03TyposJulien Nabet1-1/+1
2015-03-01Typo: ocured->occuredJulien Nabet2-2/+2
2015-02-26TyposJulien Nabet3-8/+8
2015-02-21Typo: queriing->queryingJulien Nabet1-1/+1
2015-02-21Typo: curor/cusor(s)->cursor(s)Julien Nabet1-1/+1
2015-02-09Fix of a few typosAndrea Gelmini1-2/+2
2015-02-02Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann1-7/+2
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann2-21/+35
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin1-3/+3
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin1-14/+9
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin118-1177/+268
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin85-171/+2
2015-01-12java: no need to sleep quite so oftenNoel Grandin1-7/+7
2015-01-09java: simplify array creationNoel Grandin1-9/+7
2015-01-05java: unnecessary method overridesNoel Grandin18-171/+0
2015-01-05java: simplify if statementNoel Grandin1-5/+1