summaryrefslogtreecommitdiff
path: root/svtools/qa/cppunit
AgeCommit message (Collapse)Author
2012-11-14add regression tests for .bmps/.rles including EDB-22680Caolán McNamara
Change-Id: If351421b9de11870bb81010626377db8585a1edd
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara
that are needed to load .odt, .sxw etc files, and add a regression test for CVE-2012-4233 Change-Id: Ie178725ded3d76942030d12f23074de519cf62de
2012-07-30add in some more filter testsCaolán McNamara
Change-Id: I79beed272a6b3bb27d78563db70f66bcf620df8c
2012-07-30add in some more filter testsCaolán McNamara
Change-Id: If3809196c577cda7a392ac9eae3b4fa411313b5c
2012-07-27add regression test for gif that nobbled XnViewCaolán McNamara
Change-Id: Ib5d456fa8e10a680ab79dd60bca99b37d0859078
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks
2012-04-30add another test docCaolán McNamara
Change-Id: I6cc92e2242cf0f162b5c670bf2e70f1e8fc49a28
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara
Change-Id: I88cfd9592e11aa7dbe704df4810090b6a1ce4c66
2012-04-19gif parsing regression testCaolán McNamara
2012-04-18jpg parsing regression testCaolán McNamara
2012-04-17png parsing regression testCaolán McNamara
2012-03-07remove various unused methods and source filesCaolán McNamara
2011-11-14ReleaseConfigMgr not called by anythingCaolá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-10-10Related: fdo#38580 NULL objectCaolán McNamara
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly.
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12Added variable initializations when loading WMFs and EMFsMarc-Andre Laverdiere
* Added variable initializations when reading from SvStream * Minor code cleanups * Translated some German comments Changes related to an issue showing in Valgrind over a misformed WMF and EMF
2011-09-05Added gitignore for temporary fuzz-testing filesMarc-Andre Laverdiere
2011-09-02Modified output of filters-test.cxx to CSVMarc-Andre Laverdiere
2011-08-08add test filesCaolán McNamara
2011-08-08dig out some sgv files for a regression test on that formatCaolán McNamara
2011-08-06[PATCH] another round of hard-coded /clone whack-a-mole in svtools this time.Norbert Thiebaud
2011-07-06add some emf test-casesCaolán McNamara
2011-07-06add some wmf test-casesCaolán McNamara
2011-07-06add regression testing infrastructure for wmf/emfCaolán McNamara