Commit graph

12 commits

Author SHA1 Message Date
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
Bjoern Michaelsen
a65b46b71d remove debugcommand -- debugrun is superceding it 2011-11-25 15:14:33 +01:00
Bjoern Michaelsen
a1b57be652 empty java stacktrace for soffice crashers, they are not interesting anyway 2011-11-25 05:27:15 +01:00
Bjoern Michaelsen
74f44646ba gdb stacktraces for subsequentchecks 2011-11-25 04:16:28 +01:00
Stephan Bergmann
70a6b9ffbd New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
* New SAL_INFO..., SAL_WARN... macros.
* New SAL_STREAM supersedes OSL_FORMAT.
* oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
* TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
  cleanup).
* Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
  addressed.
* Some replacements tools String -> rtl::OUString.
2011-11-22 09:41:47 +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
Stephan Bergmann
bf1f0183d5 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). 2011-10-18 23:10:56 +02: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