summaryrefslogtreecommitdiff
path: root/smoketestoo_native
AgeCommit message (Collapse)AuthorFilesLines
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito1-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky25-2560/+11
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-21make smoketest work againCaolán McNamara1-1/+1
2011-03-21get .sdw suffixes etc backCaolán McNamara1-2/+20
2011-03-21fix smoketest options dialog post-mergeCaolán McNamara1-2/+3
2011-03-16CWS-TOOLING: integrate CWS debuglevelsobo25-2524/+16
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks7-275/+42
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-03-03debuglevels: open the smoketest doc read-onlyFrank Schoenheit [fs]1-1/+6
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb1-34/+5
unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions
2011-02-21debuglevels: let smoketestoo_native use a dedicated version of ↵Frank Schoenheit [fs]1-0/+2
dbgsvrc/DBGSV_INIT, instead of using the default which the build env points to - it might direct assertion output to whereever ...
2011-02-16debuglevels: explicit failure upon catching an UNO exception (which gives a ↵Frank Schoenheit [fs]1-5/+34
slightly better idea of the failure than what cppunit emits by default)
2011-02-13debuglevels: bin, not binPROEXTFrank Schoenheit [fs]1-6/+6
2011-02-11debuglevels: outsourced creation of the smoketest doc into an own module, so ↵Frank Schoenheit [fs]27-2625/+3
it can be used outside smoketesoo_native, too
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-02-08debuglevels: removed the dead code and UI for binary file formats - no tests ↵Frank Schoenheit [fs]2-95/+43
existed for this
2011-02-08debuglevels: make dialog somewhat more usableFrank Schoenheit [fs]1-20/+23
2011-02-08debuglevels: also log errors during the test's glue code (well, assertions, ↵Frank Schoenheit [fs]4-261/+339
at least)
2011-02-08debuglevels: make the current test case a global variable, so the ↵Frank Schoenheit [fs]4-85/+82
AssertionHandler can use it
2011-02-08debuglevels: capture assertions during the test run, let the test fail in ↵Frank Schoenheit [fs]4-122/+111
case we encounter an assertion. Still missing: Refactor the tests so that the currently running test case ("open doc", "save doc", etc.) is known in the assertion handler, so we can mark the proper test case as "failed". Currently, the "new doc" case is marked, which is wrong.
2011-02-08debuglevels: some cleanup of the smoketest code, in preparation of #i116845#Frank Schoenheit [fs]4-116/+208
2011-02-01Clean up makefilesThomas Arnhold1-1/+0
2011-01-24get smoketest working after save as old bin format removedCaolán McNamara4-29/+24
2010-12-02make smoketest use ooinstal to build its install setCaolán McNamara1-8/+3
2010-11-24fix invalid XMLDavid Tardon1-2/+2
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-08LO -> LibOFridrich Štrba1-3/+3
2010-10-06#i113503# cppunit stl wrapper headersCaolán McNamara2-0/+9
2010-09-28LibreOffice branding: make smoketests workThorsten Behrens1-3/+3
2010-09-23tweak smoketest doc to explicitly use BibliographyNoel Power1-1/+1
Notes: split repo tag: testing_OOO_BUILD_3_2_99_0_PRE
2010-08-11CWS-TOOLING: integrate CWS sb128Kurt Zenker1-5/+39
Notes: split repo tag: testing_LIBREOFFICE_CREATE split repo tag: testing_ooo/OOO330_m4
2010-07-14masterfix: #i10000# add api-adaptions from cws jl152Kurt Zenker2-9/+9
Notes: split repo tag: testing_ooo/OOO330_m1
2010-07-07sb128: #i112986# shifted relevant smoketest work to OOo main thread to work ↵sb1-5/+39
around potential deadlocks
2010-06-23smoketest26: #i112616# generate smoketestdoc.sxwsb19-5/+2480
2010-06-22smoketest26: fix smoketestoo_native "build" without JavaRene Engelhard2-0/+7
2010-06-22smoketest26: #i101000# fix nodep=true build in smoketestoo_nativeRene Engelhard1-1/+5
2010-06-22jl152 merge with DEV300_m83Joachim Lingner1-0/+0
2010-05-18jl152 #i77196# smoketest now uses new extension manager serviceJoachim Lingner1-0/+0
2010-05-11#i107213# addapt cut&paste check in impress to new impress layout defaultChristian Lippka1-0/+0
2010-04-22DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspacesJens-Heiner Rechtien1-5/+5
2010-04-21DEV300 masterfix: #i10000#: Some fixes for the new smoketest: ↵Ruediger Timm1-3/+3
solenv/inc/installationtest.mk used wrong variables (UPDMINOR is not set on RE master builds, use LAST_MINOR from minor.mk instead), smoketestoo_native/makefile.mk needed adaptions to new install set naming scheme. Notes: split repo tag: testing_ooo/DEV300_m77
2010-03-23sb118: removed obsolete filessb5-54/+0
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb1-3/+1
2010-03-04sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard1-0/+4
2010-02-25sb118: #i109125# change source file copyright notice from Sun Microsystems ↵sb2-6/+6
to Oracle
2010-02-25sb118: merged in DEV300_m72sb4-16/+4
2010-02-23sb118: on non-WNT, use a single solver OOo installation for all testssb1-0/+13
2010-02-12sb118: moved test OOo installation stuff to new ↵sb3-234/+19
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
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien8-36/+8
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)