summaryrefslogtreecommitdiff
path: root/test/source/bootstrapfixture.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-6/+7
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara1-2/+0
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida1-0/+2
Turns out that this change affected all cppunit runs.
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann1-0/+3
2011-12-06ucbhelper::ContentBroker::deinitialize is static.Stephan Bergmann1-1/+1
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara1-31/+2
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks1-17/+31
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly.
2011-09-30set the core locale as well as the UI one to EnglishMichael Meeks1-2/+3
2011-09-30merge filters-test codeCaolán McNamara1-13/+16
2011-09-29init the unit test for vba unit tests correctlyMarkus Mohrhard1-10/+16
2011-09-29change to the old way to set the language to en-US for unit testsMarkus Mohrhard1-4/+8
2011-09-28Rename and re-factor test and unotest to compile and run againMichael Meeks1-0/+115