summaryrefslogtreecommitdiff
path: root/unotest
AgeCommit message (Collapse)AuthorFilesLines
2012-03-03OfficeConnection.java: don't wait forever if terminate() failsMichael Stahl1-1/+6
2012-02-17We want gb_STDLIBS here surely?Tor Lillqvist2-0/+2
2012-02-10unotest: convert to gbuildMatúš Kukan14-253/+320
2012-02-09Do not fail isStillAlive for "connect:" connectionsStephan Bergmann1-1/+6
2012-01-27Deliver the static libunotest.a built for iOSTor Lillqvist1-0/+1
2012-01-23Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on AndroidTor Lillqvist1-2/+2
2012-01-19finish sd's regression testMarkus Mohrhard2-0/+16
Implemented a simple character based comparison of the exported file and the reference file
2011-12-30build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)Rene Engelhard1-1/+1
2011-12-19Use / as SRC_ROOT and OUTDIR_FOR_BUILD on AndroidTor Lillqvist1-0/+5
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-1/+1
2011-12-16Handle unset workdir argument.Stephan Bergmann1-1/+4
2011-11-27create a base class for macros_testMarkus Mohrhard4-0/+116
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 Michaelsen1-6/+0
2011-11-25empty java stacktrace for soffice crashers, they are not interesting anywayBjoern Michaelsen1-1/+14
2011-11-25gdb stacktraces for subsequentchecksBjoern Michaelsen1-28/+53
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2-56/+0
* 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-19Do build the unoexceptionprotector also when cross-compilingTor Lillqvist2-6/+2
2011-10-27deliver test/user-template/user to solver, unittests will use new user dirNoel Power2-3/+12
Please enter the commit message for your changes. Lines starting
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann1-0/+4
Linux x86_64).
2011-10-15now drop not available yet includesCaolán McNamara1-6/+0
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara7-1/+415
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 Meeks10-23/+16
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks30-0/+2302