Commit Graph

18 Commits

Author SHA1 Message Date
Michael Meeks
328e2263fb targetted re-work of cppunit pieces. 2012-06-27 19:13:11 +01:00
Michael Meeks
46b8dbda43 re-base on ALv2 code. 2012-06-26 21:48:59 +01:00
Caolán McNamara
8d7e8a0a3b setup/teardown default component context once before/after all tests
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-13 13:15:25 +01:00
Stephan Bergmann
b37acfc09e Obtain resolver before spawning process_ in setUp
...so that tearDown does not hang waiting for (idling) process_ to terminate
if setUp throws an exception when obtaining resolver.
2012-04-10 16:30:05 +02:00
Markus Mohrhard
b8d8672979 add regression test for writer
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-09 15:56:29 +01:00
Matúš Kukan
d06a78c25b unotest: convert to gbuild 2012-02-10 13:35:34 +01:00
Stephan Bergmann
69aff995cb Do not fail isStillAlive for "connect:" connections 2012-02-09 15:26:23 +01:00
Tor Lillqvist
47c6f602f7 Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on Android 2012-01-23 12:04:46 +02:00
Markus Mohrhard
9b27d39081 finish sd's regression test
Implemented a simple character based comparison of the exported file and
the reference file
2012-01-19 21:08:52 +01:00
Tor Lillqvist
86cd55a249 Use / as SRC_ROOT and OUTDIR_FOR_BUILD on Android 2011-12-19 01:28:02 +02:00
Matúš Kukan
f958657cc5 gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' 2011-12-16 21:20:08 +01:00
Markus Mohrhard
6c8f7589de create a base class for macros_test
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-27 08:22:39 +01:00
Tor Lillqvist
79d0853239 Do build the unoexceptionprotector also when cross-compiling 2011-11-19 02:55:11 +02:00
Noel Power
ed6b0d6bb1 deliver test/user-template/user to solver, unittests will use new user dir
Please enter the commit message for your changes. Lines starting
2011-10-27 17:13:22 +01:00
Caolán McNamara
a5aef95444 now drop not available yet includes 2011-10-15 12:18:44 +01:00
Caolán McNamara
db5a5ffa82 split bootstrapfixture and move test-filters class for sot test
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-15 12:18:44 +01:00
Michael Meeks
5e44515759 Rename and re-factor test and unotest to compile and run again 2011-09-28 17:55:26 +01:00
Michael Meeks
d0edcf0a55 split 'test' into 'unotest' and 'test' to help dependencies 2011-09-28 17:55:26 +01:00