summaryrefslogtreecommitdiffstats
path: root/test/source/bootstrapfixture.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-1/+1
* Remove duplication of "set up VCL" codeStephan Bergmann2016-08-291-27/+2
* new loplugin unnecessary overrideNoel Grandin2016-07-151-5/+0
* Add MS binary format validator support in test fixtureVasily Melenchuk2016-06-171-1/+10
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* convert Link<> to typedNoel Grandin2015-09-241-1/+1
* convert Link<> to typedNoel Grandin2015-09-221-3/+3
* convert Link<> to typedNoel Grandin2015-09-101-3/+2
* test: hack to avoid VCLXToolkit calling CreateMainLoopThreadMichael Stahl2015-08-191-0/+13
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* Use OFFICEOTRON/ODFVALIDATOR determined by configureStephan Bergmann2015-04-201-3/+12
* test: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* CppunitTest --headless is not the same as soffice --headlessStephan Bergmann2014-12-101-1/+3
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* improve test failure messageMarkus Mohrhard2014-07-041-2/+2
* DeInitVCL at end of testsStephan Bergmann2014-06-041-15/+16
* Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist2014-05-221-0/+3
* -Werror,-Wunused-functionStephan Bergmann2014-05-141-0/+2
* Fail the test if executing the validator failsStephan Bergmann2014-05-141-1/+3
* fix spelling errorMarkus Mohrhard2014-05-011-1/+1
* -Werror,-Wunused-resultThomas Arnhold2014-04-191-1/+2
* set what system locale should resolve to for languagetagCaolán McNamara2014-04-111-0/+4
* coverity#1194929 String not null terminatedCaolán McNamara2014-03-301-1/+1
* improve validation failure messageMarkus Mohrhard2014-03-261-1/+1
* enable ODF export validationMarkus Mohrhard2014-03-081-1/+11
* move the export validation code to testMarkus Mohrhard2014-03-051-0/+74
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-24/+4
* move Python tests in-processMichael Stahl2013-04-091-10/+33
* ResMgr with LanguageTagEike Rathke2013-03-291-3/+2
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
* we really don't need lang-conversion hereEike Rathke2012-11-171-6/+2
* Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2012-10-311-1/+1
* String->OUString in tools::ErrorContextNoel Grandin2012-10-091-1/+1
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-17/+15
* test: string cleanup in BootstrapFixtureMiklos Vajna2012-08-021-11/+10
* test::BootstrapFixture: make GraphicConverter workMiklos Vajna2012-08-011-0/+9
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-6/+7
* partially revert the editeng singleton stuff to get build to completeCaolán McNamara2012-04-121-2/+0
* Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida2012-04-121-0/+2
* Make dialogs fail with an exception in headless tests.Stephan Bergmann2011-12-061-0/+3
* ucbhelper::ContentBroker::deinitialize is static.Stephan Bergmann2011-12-061-1/+1
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-151-31/+2
* test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks2011-10-051-17/+31
* set the core locale as well as the UI one to EnglishMichael Meeks2011-09-301-2/+3
* merge filters-test codeCaolán McNamara2011-09-301-13/+16
* init the unit test for vba unit tests correctlyMarkus Mohrhard2011-09-291-10/+16