summaryrefslogtreecommitdiff
path: root/test/inc/test
AgeCommit message (Collapse)AuthorFilesLines
2012-01-25add interface test for util::XSearchableMarkus Mohrhard1-0/+55
2012-01-25add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard1-0/+53
2012-01-23add new interface tests for some common data structuresMarkus Mohrhard2-0/+105
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard13-8/+684
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard1-0/+64
potential improvements: only load the file once and use fods instead of ods
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara2-100/+2
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 Meeks2-3/+8
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-10-01spit out timing infoCaolán McNamara1-2/+1
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara1-1/+7
2011-09-30new filesCaolán McNamara1-0/+78
2011-09-30merge filters-test codeCaolán McNamara1-1/+3
2011-09-28Rename and re-factor test and unotest to compile and run againMichael Meeks7-266/+1
2011-09-28add new bootstrapfixture to share and simplify unit test codeMichael Meeks1-0/+80
2011-09-26In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann1-0/+3
result.condition.
2011-06-30add mode-linesCaolán McNamara2-0/+6
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks3-14/+57
Conflicts: smoketestoo_native/data/Global.xml smoketestoo_native/data/OptionsDlg.xml smoketestoo_native/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/smoketest.cxx test/source/cpp/getargument.cxx test/source/cpp/officeconnection.cxx testautomation/framework/optional/includes/basic_vba-compat_security_check.inc testautomation/framework/optional/includes/filedlg_cjk_folders.inc testautomation/global/sid/all.sid testautomation/global/sid/bars.sid testautomation/global/sid/e_all.sid testautomation/global/win/bars.win testautomation/graphics/optional/includes/impress/i_slideshow2.inc testautomation/graphics/optional/includes/impress/i_slideshow3.inc testtools/source/bridgetest/bridgetest.cxx testtools/source/bridgetest/constructors.cxx testtools/source/bridgetest/makefile.mk testtools/source/bridgetest/testComponent.component
2010-10-27add modelines to .hxx files as wellCaolán McNamara5-0/+15
Notes: split repo tag: testing_LIBREOFFICE_3_3_FREEZE
2010-09-16sb123: merged in cws/sb126, to get fixes for i107490 and i113115sb1-0/+44
2010-07-07sb126: #i111184# introduced test::uniquePipeNamesb1-0/+44
2010-05-14sb123: #i111601# various additional test helper functionalitysb1-5/+7
2010-05-14sb123: #i111598# OfficeConnection getFactory -> getComponentContextsb1-6/+6
2010-03-09sb118: added documentationsb4-0/+8
2010-02-12sb118: moved test OOo installation stuff to new ↵sb5-0/+232
solenv/inc/installationtest.mk (makefile parts) and new test module (C++ and, new, Java unit test parts); adapted sw/qa/unoapi to new (Java) test framework