summaryrefslogtreecommitdiff
path: root/dbaccess/qa
AgeCommit message (Expand)Author
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-09Fuck that left-behind .lck fileStephan Bergmann
2015-02-09Adapt file URL hackery to WindowsStephan Bergmann
2015-02-03Fix PythonTest_dbaccess_pythonStephan Bergmann
2015-02-03copy test file to workdir to avoid overwritingLionel Elie Mamane
2015-01-22fdo#88475 add UnitTestLionel Elie Mamane
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05java: these fields can become local variablesNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-22Revert "PythonTest_dbaccess_python: don't modify source document"Michael Stahl
2014-10-21PythonTest_dbaccess_python: don't modify source documentMiklos Vajna
2014-10-21dbaccess: make sure fdo84315.odb.lck is removed after the test passedMiklos Vajna
2014-10-21connectivity: firebird: fix temp directory leakMichael Stahl
2014-10-09forgotten part of previous commitLionel Elie Mamane
2014-10-07fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen
2014-09-17TyposJulien Nabet
2014-09-04fdo#52076 unittestLionel Elie Mamane
2014-09-04janitorial: add const, factorise constantLionel Elie Mamane
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: use an empty block rather than an empty statementNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-22loplugin:unreffunStephan Bergmann
2014-04-17remove executable bitAndras Timar
2014-04-15Remove dead codeStephan Bergmann
2014-04-14typo: positon -> positionThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin