summaryrefslogtreecommitdiff
path: root/test/source/bootstrapfixture.cxx
AgeCommit message (Expand)Author
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-29move HAVE_EXPORT_VALIDATION from config_features.hLuboš Luňák
2022-03-07Fix some DPI-dependent testsMike Kaganski
2021-08-24test: capture stderr of odfvalidator tooMichael Stahl
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann
2021-06-10schema: update to ODF 1.3 OSMichael Stahl
2021-04-01Exclude tests based on device color depth, not RDPMike Kaganski
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann
2020-11-26Introduce BootstrapFixture::IsDefaultDPI convenience functionMike Kaganski
2020-03-03test: log the validator cmdlineMiklos Vajna
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna
2020-02-03make some headers privateCaolán McNamara
2019-12-19tdf#42949 Fix IWYU warnings in test/Gabor Kelemen
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-07-20test: check validator exit code *after* checking validator outputMichael Stahl
2018-09-17New loplugin:externalStephan Bergmann
2018-09-07DeInitVCL in PythonTestStephan Bergmann
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-29schema: ODF 1.3 + libreoffice extensions schemaMichael Stahl
2018-06-29test: invoke ODF validator with custom schemasMichael Stahl
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-05-11test: force EnableHeadlessMode() for PythonTestMichael Stahl
2017-10-23loplugin:includeform: testStephan Bergmann
2017-10-06Process all pending events during Cppunit setUpJan-Marek Glogowski
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-02loplugin:casttovoid: testStephan Bergmann
2017-04-27vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistryChris Sherlock
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-29Remove duplication of "set up VCL" codeStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-06-17Add MS binary format validator support in test fixtureVasily Melenchuk
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-08-19test: hack to avoid VCLXToolkit calling CreateMainLoopThreadMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-20Use OFFICEOTRON/ODFVALIDATOR determined by configureStephan Bergmann
2014-12-18test: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10CppunitTest --headless is not the same as soffice --headlessStephan Bergmann