summaryrefslogtreecommitdiff
path: root/dbaccess/qa
AgeCommit message (Expand)AuthorFilesLines
2014-10-09forgotten part of previous commitLionel Elie Mamane1-1/+1
2014-10-07fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen2-0/+71
2014-09-17TyposJulien Nabet1-1/+1
2014-09-04fdo#52076 unittestLionel Elie Mamane2-0/+280
2014-09-04janitorial: add const, factorise constantLionel Elie Mamane1-5/+5
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-19/+0
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-3/+3
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-14java: remove commented out codeNoel Grandin1-1/+0
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-3/+3
2014-08-13java: reduce scope, make member classes privateNoel Grandin2-2/+2
2014-08-13java: reduce scope, make fields privateNoel Grandin3-6/+6
2014-08-13java: reduce scope, make constructors privateNoel Grandin2-2/+2
2014-08-12java: remove useless javadoc tagsNoel Grandin1-1/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+2
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin4-8/+5
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-3/+3
2014-08-08java: use an empty block rather than an empty statementNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin4-11/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-22loplugin:unreffunStephan Bergmann1-2/+3
2014-04-17remove executable bitAndras Timar2-0/+0
2014-04-15Remove dead codeStephan Bergmann1-1/+0
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
2014-02-27Remove visual noise from dbaccessAlexander Wilms14-145/+145
2014-02-03Prevent SolarMutex deadlock in unit testStephan Bergmann1-1/+7
2014-01-24dbaccess: disable hanging close() for nowMiklos Vajna1-1/+1
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2-5/+10
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-11-09nitpicksLionel Elie Mamane1-2/+2
2013-11-09UnoApiTest don't require CalcLionel Elie Mamane2-54/+10
2013-11-09dbaccess DialogSaveTest not a UnoApiTestLionel Elie Mamane1-5/+1
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-27getURLFromWorkdir should actually return a URLStephan Bergmann1-1/+1
2013-09-27raah... getURLFromWorkdir does not put the URL schemeLionel Elie Mamane1-3/+1
2013-09-27get workdir URL directlyLionel Elie Mamane1-1/+1
2013-09-27unittest for fdo#67685Lionel Elie Mamane2-0/+145
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