summaryrefslogtreecommitdiff
path: root/lotuswordpro/qa
AgeCommit message (Collapse)AuthorFilesLines
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