summaryrefslogtreecommitdiffstats
path: root/desktop/CppunitTest_desktop_lib.mk
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
| | | | | | | | | Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
* make sure the test is not executed before the libs have been builtMarkus Mohrhard2016-09-181-0/+2
| | | | Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d
* add uui component to some other placesCaolán McNamara2016-07-271-0/+1
| | | | Change-Id: If07caacf7bc18b39820db73fe64201f9cb97bc6c
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
| | | | | | | | | | | | | | | | | | | | This patch changes occurences in makefiles from $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \ udkapi \ offapi \ )) to $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config)) (corrected instead of abandon, jani) Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e Reviewed-on: https://gerrit.libreoffice.org/23426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
* lok context menu: unit testPranav Kant2016-04-121-0/+2
| | | | | | | Change-Id: I244fbf4b98368c7c0d66cdd865e1243639727026 Reviewed-on: https://gerrit.libreoffice.org/23985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.com>
* CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna2016-04-071-0/+5
| | | | Change-Id: Ib5ce0dee00c9306f89ad4b43af4b34e604147a1c
* basebmp now only used from vcl/headless codeCaolán McNamara2016-01-181-2/+4
| | | | Change-Id: I068d404431d3565f6ad5741edbd3693225824a4d
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-231-0/+1
| | | | | | | cairo can therefore always render to a svp virtual device with need for a fallback Change-Id: I5d03ae541820389e26f7448444444be009fb28a4
* CppunitTest_desktop_lib: add Writer comments textcaseMiklos Vajna2015-11-141-0/+1
| | | | | | | | Fails without e.g. the last hunk of commit 1ba9d7fd2a7a3e2b4f52ed0f5efdf7df867b9db3 (sw lok: forward key events to annotation window if necessary, 2015-11-12). Change-Id: I7f39530881f6141fea956b751aa57eb2bdcadcb2
* desktop: add lok::Document::paste() testcaseMiklos Vajna2015-10-221-0/+1
| | | | | | | Also, closeDoc() is called by tearDown(), so no need to call it manually at the end of tests. Change-Id: Ib8f61a09fa3fc0885d7ea90ce96210bff4cc9f98
* lok::Document::saveAs: add Writer/Impress/Draw png mappingMiklos Vajna2015-10-201-0/+2
| | | | Change-Id: I7530281302b9787a9cb9f98f0dee9d98d39cfb05
* CppunitTest_desktop_lib: add Calc find-all testcaseMiklos Vajna2015-10-081-0/+3
| | | | | | | Fails without commit a31f95b180728c1c671930913b4b4ad96ebcda5f (sc tiled rendering: fix showing all search results, 2015-10-07). Change-Id: Ibc01d468168367f789b3f5046808104fa3f5ef18
* LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga2015-09-091-0/+68
We needed a better way to test LOK methods that are not app specific, but are defined in /desktop/source/lib/init.cxx. So the decalaration needs to be visible. I also moved the `getStyles` test in the new test file Change-Id: I98d97dc17a66e72732ca7bd848c131610790f48e