summaryrefslogtreecommitdiff
path: root/test/inc
AgeCommit message (Collapse)Author
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-10-01spit out timing infoCaolán McNamara
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30new filesCaolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-28Rename and re-factor test and unotest to compile and run againMichael Meeks
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks
2011-09-28add new bootstrapfixture to share and simplify unit test codeMichael Meeks
2011-09-26In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann
result.condition.
2011-06-30add mode-linesCaolán McNamara
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
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 McNamara
Notes: split repo tag: testing_LIBREOFFICE_3_3_FREEZE
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-09-16sb123: merged in cws/sb126, to get fixes for i107490 and i113115sb
2010-07-07sb126: #i111184# introduced test::uniquePipeNamesb
2010-05-14sb123: #i111601# various additional test helper functionalitysb
2010-05-14sb123: #i111598# OfficeConnection getFactory -> getComponentContextsb
2010-03-09sb118: added documentationsb
2010-02-18sb118: fixed typosb
2010-02-12sb118: moved test OOo installation stuff to new ↵sb
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