summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_import_tests.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-08-02fix deps for sd_import_testsDavid Tardon1-0/+4
Change-Id: Ica864f8fc654df3dfeb83850ede43473904de261
2014-06-04DeInitVCL at end of testsStephan Bergmann1-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
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist1-1/+1
Unfinished work in progress. Change-Id: I978755d73630b8653b169a53f937c1332799e22e
2014-04-12sd tests: tab to spacesTomaž Vajngerl1-3/+3
Change-Id: Icfc9d08b073f76d6c489a8b12a3c27b850a116ce
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza1-1/+0
Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-11-06fdo#71075: Adding unit test for chart import (odp)Muthu Subramanian1-0/+2
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza1-2/+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>
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan1-2/+0
..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-05-14sd unittests: Better name for the import tests.Jan Holesovsky1-0/+121
Change-Id: I62c47cbfd71e7606770552368e97e1c92fadf211