summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_stream.mk
AgeCommit message (Collapse)Author
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
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>
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
2014-06-04add unit test for writerperfect::DirectoryStreamDavid Tardon
Change-Id: I53aaf2355d9f3071544ebcaaee01bd44a30f88fc
2014-06-04move CppUnit plugin def. to separate source fileDavid Tardon
Change-Id: Id946419274728f96e1de41cffe84280e37e87ab3
2014-06-04DeInitVCL at end of testsStephan Bergmann
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-05-29improve WPXSvInputStream testDavid Tardon
Change-Id: I95817ea44b6793d4a80b74b32f3b5477c6169b26
2014-05-26rebase all import libsDavid Tardon
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-04-24the static lib does not exist anymoreDavid Tardon
Change-Id: I055266dd56dcac25afde66149820fca0e52974fc
2014-04-24change libwriterperfect to shared libraryDavid Tardon
There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
2014-01-27add test for structured contentDavid Tardon
Change-Id: I039e5ccfd6946f3f16505b6265e248fbead37a64
2013-08-09fix windows build (hopefully)David Tardon
Change-Id: Ia3e20248b1d60d6815fae1328c94b7c54910b7c6
2013-08-08add missing dep on boost headersDavid Tardon
Change-Id: Iaed0bcac0b6ab404fc27beaa290c29aa1d97487b
2013-08-08add unit test for WPXSvInputStreamDavid Tardon
Change-Id: Ia799cf54e8c90f68a8e74df72b0c8b6a33c41e7e