summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2-15/+11
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann3-4/+5
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-15Some PMD cleaningJulien Nabet1-1/+1
2011-07-01WaE: for windows compilerCaolán McNamara1-4/+7
2011-06-30add mode-linesCaolán McNamara6-0/+18
2011-06-30implement additional context-less protection apiCaolán McNamara1-4/+26
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-1/+1
2011-06-12Bypass when cross-compiling, at least for nowTor Lillqvist2-0/+12
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-17/+17
2011-06-01add debug hook for junit testsBjoern Michaelsen1-1/+7
2011-05-31use --nologo to prevent oosplash smoketest hangsBjoern Michaelsen1-1/+1
2011-04-05remove ADAPT_EXT_STLCaolán McNamara2-6/+0
2011-03-30using --headless, now that it worksBjoern Michaelsen1-2/+1
2011-03-29enable headless Junit testsBjoern Michaelsen1-1/+9
2011-03-27revert accidentally commited changesBjoern Michaelsen1-23/+1
2011-03-27cleanup of unoapi testBjoern Michaelsen4-4/+81
2011-03-25adjusting OfficeConnection for junit tests to new parametersBjoern Michaelsen1-3/+3
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky5-8/+161
Conflicts: smoketestdoc/com/sun/star/comp/smoketest/makefile.mk smoketestdoc/data/Global.xml smoketestdoc/data/OptionsDlg.xml smoketestdoc/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/makefile.mk
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks23-88/+1199
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
2011-02-25debuglevels: GCC WaE / replace cppunit's DynamicLibraryManager (which does ↵Frank Schoenheit [fs]1-1/+4
not seem to be public API) with osl_loadModule
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb5-8/+160
unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-7/+0
2011-02-09Removing the ext_std masterpieceFridrich Štrba1-2/+2
2011-01-11these short options now deprecated, so use long onesCaolán McNamara1-5/+5
2010-11-15 undoapi: step 2.1 of the migration of css.chart2.XUndoManager to ↵Frank Schoenheit [fs]1-4/+23
css.document.XUndoManager: implement an XUndoManager/Supplier for chart documents
2010-11-04undoapi: added tests for OOo's auto-closing of Undo contexts after executing ↵Frank Schoenheit [fs]1-1/+1
scripts which do not properly do this themselves
2010-10-27add modelines to .hxx files as wellCaolán McNamara6-0/+18
Notes: split repo tag: testing_LIBREOFFICE_3_3_FREEZE
2010-10-22undoapi: don't throw too generouslyFrank Schoenheit [fs]1-3/+3
2010-10-19undoapi: added PRESENTATION/FORMULAR doc typesFrank Schoenheit [fs]2-0/+12
2010-10-18replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTSKenneth Venken1-1/+2
2010-10-15undoapi: tests for Draw docs' UndoFrank Schoenheit [fs]1-0/+8
2010-10-15undoapi: fixed makefilesFrank Schoenheit [fs]2-7/+15
2010-10-14undoapi: added tools (in test-tools.jar) for writing Java unit tests which ↵Frank Schoenheit [fs]9-3/+689
operate on a live OOo
2010-10-13don't use the Unix splash screen app during the smoketestCaolán McNamara1-1/+3
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth4-0/+12
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-10-06#i113503# cppunit stl wrapper headersCaolán McNamara2-0/+9
2010-09-16sb123: merged in cws/sb126, to get fixes for i107490 and i113115sb5-8/+99
2010-09-16sb126: merged in DEV300_m87sb2-0/+9
2010-09-10sb123: merged in DEV300_m87sb2-0/+9
2010-08-03cmcfixes77: #i113503# system non-stlport cppunit with OOo stlportCaolán McNamara2-0/+9
2010-07-07sb126: #i111184# introduced test::uniquePipeNamesb5-8/+99
2010-07-06sb123: #i112519# do not terminate OOo accessed via OOO_TEST_SOFFICE=connect:...sb2-31/+34
2010-07-06sb123: cleaned up the previous cleanupsb1-10/+6
2010-07-02sb123:#i111449# cleanupsLars Langhans3-18/+15
2010-06-29sb123:#i111449# cleanups in test environmentLars Langhans3-14/+87
2010-06-14sb123:#i111449# cleanups in module testLars Langhans6-3/+3
2010-05-17sb123: #i111655# when, within build env, calling javaldx within OOo ↵sb2-6/+2
installation sets, set UNO_JAVA_JFW_ENV_JREHOME, but not UNO_JAVA_JFW_ENV_CLASSPATH
2010-05-14sb123: #i111601# various additional test helper functionalitysb12-21/+234
2010-05-14sb123: #i111598# OfficeConnection getFactory -> getComponentContextsb3-28/+30
2010-05-14sb120: #i111558# allow override of tested soffice processsb2-71/+97