summaryrefslogtreecommitdiff
path: root/unotest/source
AgeCommit message (Collapse)Author
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-05Java cleanup, remove unused classNoel Grandin
Change-Id: I27403fabc3b5326108a34655ffe8b2b0846c0694
2012-08-20Java5 updates - convert to genericsNoel Grandin
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
2012-07-30add another tiff regression testCaolán McNamara
Change-Id: I0466a872576132b8ad9e5b164f57951549dd54e0
2012-07-26use EDB as well as CVE as encrypted prefixesCaolán McNamara
Change-Id: I3cb1e4d736ca1627cb0716a9c17ff11b5a837264
2012-06-29Java5 updates - update code to use genericsNoel Grandin
This is all of the code I missed in my first set of patches. Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-26re-base on ALv2 code.Michael Meeks
2012-04-14OfficeConnection: kill soffice process when Java bridge is disposedMichael Stahl
In the rare case that the soffice process outlives the Java side UNO bridge, ensure that soffice.bin doesn't continue running.
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara
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-10Obtain resolver before spawning process_ in setUpStephan Bergmann
...so that tearDown does not hang waiting for (idling) process_ to terminate if setUp throws an exception when obtaining resolver.
2012-03-09add regression test for writerMarkus Mohrhard
use the hidden layout dump export filter to export the state of the layout and compare it against a reference file Still a work in progress.
2012-03-03OfficeConnection.java: don't wait forever if terminate() failsMichael Stahl
2012-02-10unotest: convert to gbuildMatúš Kukan
2012-02-09Do not fail isStillAlive for "connect:" connectionsStephan Bergmann
2012-01-23Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on AndroidTor Lillqvist
2012-01-19finish sd's regression testMarkus Mohrhard
Implemented a simple character based comparison of the exported file and the reference file
2011-12-19Use / as SRC_ROOT and OUTDIR_FOR_BUILD on AndroidTor Lillqvist
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-16Handle unset workdir argument.Stephan Bergmann
2011-11-27create a base class for macros_testMarkus Mohrhard
For tests that need file import you can now choose between FiltersTest or MacrosTest as base class. FiltersTest imports through SfxObjectShell and does not have any ui MacrosTest imports through Desktop::LoadComponentFromURL and initializes the ui, therefore it needs to run headless
2011-11-25remove debugcommand -- debugrun is superceding itBjoern Michaelsen
2011-11-25empty java stacktrace for soffice crashers, they are not interesting anywayBjoern Michaelsen
2011-11-25gdb stacktraces for subsequentchecksBjoern Michaelsen
2011-11-19Do build the unoexceptionprotector also when cross-compilingTor Lillqvist
2011-10-27deliver test/user-template/user to solver, unittests will use new user dirNoel Power
Please enter the commit message for your changes. Lines starting
2011-10-15now drop not available yet includesCaolán McNamara
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
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-09-28Rename and re-factor test and unotest to compile and run againMichael Meeks
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks