summaryrefslogtreecommitdiffstats
path: root/dbaccess/qa
Commit message (Expand)AuthorAgeFilesLines
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-101-10/+1
* Fuck that left-behind .lck fileStephan Bergmann2015-02-091-0/+0
* Adapt file URL hackery to WindowsStephan Bergmann2015-02-092-1/+1
* Fix PythonTest_dbaccess_pythonStephan Bergmann2015-02-031-1/+2
* copy test file to workdir to avoid overwritingLionel Elie Mamane2015-02-031-1/+5
* fdo#88475 add UnitTestLionel Elie Mamane2015-01-222-0/+148
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-121-7/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* java: these fields can become local variablesNoel Grandin2015-01-051-5/+3
* java: remove dead codeNoel Grandin2015-01-051-10/+0
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* java: remove some unused fields and variablesNoel Grandin2014-12-151-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-3/+3
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-3/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-081-2/+0
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-051-3/+3
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-241-1/+1
* java: make fields final where possibleNoel Grandin2014-11-181-3/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Revert "PythonTest_dbaccess_python: don't modify source document"Michael Stahl2014-10-221-5/+0
* PythonTest_dbaccess_python: don't modify source documentMiklos Vajna2014-10-211-1/+5
* dbaccess: make sure fdo84315.odb.lck is removed after the test passedMiklos Vajna2014-10-211-0/+1
* connectivity: firebird: fix temp directory leakMichael Stahl2014-10-211-0/+4
* forgotten part of previous commitLionel Elie Mamane2014-10-091-1/+1
* fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen2014-10-072-0/+71
* TyposJulien Nabet2014-09-171-1/+1
* fdo#52076 unittestLionel Elie Mamane2014-09-042-0/+280
* janitorial: add const, factorise constantLionel Elie Mamane2014-09-041-5/+5
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-203-19/+0
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-3/+3
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* java: remove commented out codeNoel Grandin2014-08-141-1/+0
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-3/+3
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-133-6/+6
* java: reduce scope, make constructors privateNoel Grandin2014-08-132-2/+2
* java: remove useless javadoc tagsNoel Grandin2014-08-121-1/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-084-8/+5
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-3/+3
* java: use an empty block rather than an empty statementNoel Grandin2014-08-081-1/+1
* java: remove commented out codeNoel Grandin2014-08-054-11/+0
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* loplugin:unreffunStephan Bergmann2014-04-221-2/+3
* remove executable bitAndras Timar2014-04-172-0/+0
* Remove dead codeStephan Bergmann2014-04-151-1/+0
* typo: positon -> positionThomas Arnhold2014-04-141-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-1/+1
* svtools: sal_Bool->boolNoel Grandin2014-03-241-1/+1