summaryrefslogtreecommitdiffstats
path: root/cppcanvas/CppunitTest_cppcanvas_test.mk
Commit message (Collapse)AuthorAgeFilesLines
* Lets assume gb_CppunitTest_unset_headless was cargo cult hereStephan Bergmann2014-06-121-2/+0
| | | | Change-Id: I9d4255f0ddcaf375706556d0c0baf2a5a0762bbf
* 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>
* Missing includeStephan Bergmann2013-06-151-0/+2
| | | | Change-Id: I38d802831c8eea4406d8837b9162f5f76a8495fd
* add cppcanvas unit test makefile I forgot.Michael Meeks2013-06-111-0/+58
Change-Id: Ic56a61d6c71870620ad2cda7899da8d0252dfc11