summaryrefslogtreecommitdiff
path: root/lotuswordpro/qa/cppunit
AgeCommit message (Collapse)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-12-11Remove (RTL_CONSTASCII_USTRINGPARAM from lotuswordproMarcos Paulo de Souza1-3/+2
Change-Id: I4912ffc42edbfa1456835e61163812c371eb14c6 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com Reviewed-on: https://gerrit.libreoffice.org/1293 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara1-2/+4
that are needed to load .odt, .sxw etc files, and add a regression test for CVE-2012-4233 Change-Id: Ie178725ded3d76942030d12f23074de519cf62de
2012-07-26regression test for CVE-2012-1770Caolán McNamara1-0/+0
Change-Id: I2c51a128437913c3bb0bc7a59774ff117603dc82
2012-03-07callcatcher: update listCaolán McNamara1-0/+0
2012-03-02add a more extensive lotuswordpro sampleCaolán McNamara1-0/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-7/+8
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara1-4/+7
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-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks1-3/+6
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-30merge filters-test codeCaolán McNamara2-97/+14
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann1-1/+7
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-06remove /clone/calc reference in lotuswordpro qaNorbert Thiebaud1-2/+2
2011-07-17overlong linesCaolán McNamara1-1/+3
2011-05-15Fix lotuswordpro unit test on WindowsTor Lillqvist1-2/+6
file: URLs on Windows are of the form file:///c:/path/to/file , and the SRC_ROOT environment variable is of the form C:/lo/git/master, so we can't just concatenate "file://" and SRC_ROOT, but have to insert a "/". Windows programs don't understand Cygwin symlinks, so we have to specify the path from SRC_ROOT to lotuswordpro through an explicit clone/filters path.
2011-04-28Fix lotuswordpro unit test to be able to access the files.Jan Holesovsky1-6/+8
[When building from tail_build.]
2011-04-27clean upDavid Tardon1-0/+6
2011-04-24use the new UNO-related defs from CppunitTargetDavid Tardon1-45/+0
2011-04-19Fix compile issue.Joseph Powers1-1/+1
2011-04-15remove old stuff nowCaolán McNamara3-142/+45
2011-04-15port unit test to gbuild after fixing filterCaolán McNamara1-6/+3
2011-04-11add a test harness and samplesCaolán McNamara7-0/+294