summaryrefslogtreecommitdiff
path: root/unotest/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+2
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-09add regression test for writerMarkus Mohrhard1-0/+3
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-01-19finish sd's regression testMarkus Mohrhard1-0/+6
Implemented a simple character based comparison of the exported file and the reference file
2011-11-27create a base class for macros_testMarkus Mohrhard1-0/+54
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-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-55/+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-10-27deliver test/user-template/user to solver, unittests will use new user dirNoel Power1-0/+2
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-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara2-0/+163
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 Meeks3-6/+6
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks6-0/+306