summaryrefslogtreecommitdiffstats
path: root/sc/CppunitTest_sc_subsequent_export_test.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make SdrGrafObj swapping methods private.Zolnai Tamás2014-11-071-0/+4
| | | | | | | | Plus remove some useless call of them. Change the tests accordingly. Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497
* these tests need libxml2 now for the headersMarkus Mohrhard2014-07-191-0/+1
| | | | Change-Id: I2b9ebe2d5df5b4c70094435207cf752933d66599
* sort libraries and components in sc test makefilesMarkus Mohrhard2014-06-261-6/+6
| | | | Change-Id: I38cda4e1ba520c9bb15f71b27543cb80fd696424
* 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
* Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist2014-04-181-1/+0
| | | | | | Unfinished work in progress. Change-Id: I978755d73630b8653b169a53f937c1332799e22e
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-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>
* fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2013-10-181-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>
* gbuild: use .xcd configuration files from instdirMatúš Kukan2013-10-011-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>
* Add test for exporting of chart to xls format.Kohei Yoshida2013-07-301-1/+2
| | | | Change-Id: I49adfcabec4b8bafa8f1b25e7771acca9ccf0ead
* Create a new library to store shared qa code for sc.Kohei Yoshida2013-07-081-0/+1
| | | | Change-Id: I38aa1461d05e3dee096e69b7cd95e2ddfccc9594
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* No need for Android, iOS or CROSS_COMPILING conditionals for unit testsTor Lillqvist2013-04-151-5/+0
| | | | | | | | We don't run unit tests when cross-compiling anyway and since d4ea8c6b7ee32dfbe1525cae45ad44d411052c33 the corresponding .mk files aren't even read by Make. Change-Id: Icbee9ad51841d515a551e67708d9594358ce7e71
* Get sc to build.Kohei Yoshida2013-04-131-0/+1
| | | | Change-Id: Ia5a73ec2acd3663a35632f268b59c0646cd356ea
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin2013-03-071-0/+1
| | | | Change-Id: I1a591ec4061c73657c26552d41c58b970696038f
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+1
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* add basic calc export testMarkus Mohrhard2012-10-261-0/+144
Change-Id: Idd1f670dba9d88233a22b9f6ff084bf2ef41fb54