summaryrefslogtreecommitdiff
path: root/lotuswordpro/qa
AgeCommit message (Collapse)Author
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-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-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-08-06remove /clone/calc reference in lotuswordpro qaNorbert Thiebaud
2011-07-17overlong linesCaolán McNamara
2011-05-15Fix lotuswordpro unit test on WindowsTor Lillqvist
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 Holesovsky
[When building from tail_build.]
2011-04-27clean upDavid Tardon
2011-04-24use the new UNO-related defs from CppunitTargetDavid Tardon
2011-04-19Fix compile issue.Joseph Powers
2011-04-15remove old stuff nowCaolán McNamara
2011-04-15port unit test to gbuild after fixing filterCaolán McNamara
2011-04-11add a test harness and samplesCaolán McNamara