summaryrefslogtreecommitdiffstats
path: root/cppcanvas/CppunitTest_cppcanvas_emfplus.mk
Commit message (Collapse)AuthorAgeFilesLines
* CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in DrawMiklos Vajna2014-11-231-0/+1
| | | | | | | Needed since 583e9d834dd795e18e4f8245fc2fe45736607ef9 (Present the (collapsed) sidebar also in Calc and Draw., 2014-11-22). Change-Id: I1664b6132ba7ba1e6aee024bd1a12c0ed3086eb0
* emfplus: re-work and cleanup unit testMichael Meeks2014-11-161-0/+1
| | | | Change-Id: I484331c4dd5feedf8587530912bb65556c1689c0
* Missing test dependenciesStephan Bergmann2014-08-081-0/+4
| | | | Change-Id: I7ea8f2b02b66a15e86e20948536c34017d6a3999
* fdo#81799 we need cppuhelper here tooDavid Tardon2014-07-291-0/+1
| | | | Change-Id: I719557813180c3f862ef4b00e24142fdbbb0daf0
* Fix vclplug_* dependencies for gb_CppunitTest_use_vclStephan Bergmann2014-06-121-3/+1
| | | | | | | ...and replace gb_CppunitTest_unset_headless with gb_CppunitTest_use_vcl_non_headless. Change-Id: Ibd859f98ed8df09988ca26ffcee26e06e25d8313
* 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#77229 testcaseMiklos Vajna2014-04-101-0/+65
We didn't have EMF+ rendering testcases so far, let's see if it works out to render into a bitmap and then just assert pixel position colors there. It's better than nothing for missing shapes at least. Change-Id: I2d1c63fef1127f69af7156ed6c99553845f77c9f