summaryrefslogtreecommitdiff
path: root/dbaccess/qa/unit
AgeCommit message (Expand)AuthorFilesLines
2016-09-02dbaccess: fix loplugin:cppunitassertequals warningsMiklos Vajna1-5/+5
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-74/+2
2016-08-18screenshots: add dialog test cases for dbaccessArmin Le Grand2-0/+252
2016-06-03connectivity: firebird: use ODS12 test database for Firebird 3Michal Kubecek2-0/+5
2016-04-01Remove erroneously added dbaccess/qa/unit/data/hsqldb_empty.odb.lckStephan Bergmann1-0/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-0/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-06Fix typosAndrea Gelmini1-1/+1
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-10/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin1-2/+0
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-21connectivity: firebird: fix temp directory leakMichael Stahl1-0/+4
2014-04-15Remove dead codeStephan Bergmann1-1/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2013-11-09factorise code; make DBTestBase a UnoApiTestLionel Elie Mamane2-45/+28
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane1-0/+10
2013-09-27Add normal (non PreparedStatement) insert test.Andrzej J.R. Hunt1-14/+100
2013-09-27Refactor performance test.Andrzej J.R. Hunt1-88/+99
2013-09-27Implement firebird/hsqldb performance comparison test.Andrzej J.R. Hunt1-0/+274
2013-09-27Make our_sFilePath protected to allow reuse.Andrzej J.R. Hunt1-3/+3
2013-09-27Implement hsqldb loading test.Andrzej J.R. Hunt2-0/+52
2013-09-12Do not use int64 litteral without the proper wrappingNorbert Thiebaud1-1/+1
2013-09-10Split reusable parts of Firebird unit test into DBTestBase.Andrzej J.R. Hunt2-54/+95
2013-09-10Implement firebird integer loading test.Andrzej J.R. Hunt2-3/+56
2013-09-10Add simple embedded firebird .odb loading test.Andrzej J.R. Hunt2-0/+84