summaryrefslogtreecommitdiffstats
path: root/dbaccess/CppunitTest_dbaccess_embeddeddb_performancetest.mk
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl2015-02-271-2/+0
| | | | | | ... years ago in commit e1b51e7beb7f9cfa7b574b9c2a69799e62963a09 Change-Id: I588370796830dc379f6a004ec7e673b020360eb5
* gbuild: CppunitTest: always use unittest configurationMichael Stahl2015-02-271-2/+0
| | | | | | | | | | | | | The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
* Remove jvmfwk plugin featureStephan Bergmann2014-10-091-1/+0
| | | | | | | ...which was effectively unused; there only ever was a single sunjavaplugin that is now folded directly into jvmfwk. Leaves room for further clean up. Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b
* CppunitTests using jvmfwk indirectly need sunjavapluginStephan Bergmann2014-07-091-0/+1
| | | | Change-Id: I0e4408bb8301b5fd5da4ee5f4efab5b1ae4f5ca7
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
* fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2013-10-181-1/+0
| | | | | | | Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* Implement firebird/hsqldb performance comparison test.Andrzej J.R. Hunt2013-09-271-0/+81
Change-Id: Iaf28b0fcb04ee713ccae6a593e56653eac6e2eba