summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-01-17pspfontcache is gitignoredCaolán McNamara
2012-01-17gbuildify testCaolán McNamara
2012-01-15prevent to include fonts into svg during unit testsMarkus Mohrhard
2012-01-15don't create lock files for unit testsMarkus Mohrhard
special thanks to Stephan for the configuration part
2012-01-12wrong dependCaolán McNamara
2012-01-12pesky dependenciesCaolán McNamara
2011-12-14shrink the unit test template directory to save some duplicationMichael Meeks
2011-12-06normalize Red Hat, Inc.Caolán McNamara
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann
2011-12-06Moved modifications.xcu to test, used from multiple modules.Stephan Bergmann
2011-12-06ucbhelper::ContentBroker::deinitialize is static.Stephan Bergmann
2011-12-05Remove Large Handles optionStefan Knorr (astron)
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard
potential improvements: only load the file once and use fods instead of ods
2011-11-11No need for test/user-template/user/registry.Stephan Bergmann
2011-11-08removed Simple Handles optionTim Hardeck
Removed the unnecessary option "Simple Handles" with all related functions and icons.
2011-10-27deliver test/user-template/user to solver, unittests will use new user dirNoel Power
Please enter the commit message for your changes. Lines starting
2011-10-26more tweaks to unittests, also move registrymodifications.xcuNoel Power
registrymodifications.xcu has been moved to the solver ( unittest/user/data ) new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.
2011-10-26Fixed test/user-template/user/registrymodifications.xcu.Stephan Bergmann
Also added license header.
2011-10-25revert autogenerated foo and correct brackets in placeholderNoel Power
2011-10-25more support for basic/vba unit testsNoel Power
add moggis work and some tweaks from me too
2011-10-25add registrymodifications.xcu to allow override of default configNoel Power
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-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-10-06remove old fingerprints cacheCaolán McNamara
2011-10-05remove apparently noise .memdump filesNorbert Thiebaud
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-04WaE: '==' : unsafe mix of type 'bool' and type 'test::filterStatus'Tor Lillqvist
2011-10-04pretty print the user template registry to make diffs meaningfulMichael Meeks
Disable macro security for unit testing macros ...
2011-10-01spit out timing infoCaolán McNamara
2011-09-30rtl_cipher_decode doesn't like 0 len dataCaolán McNamara
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30set the core locale as well as the UI one to EnglishMichael Meeks
2011-09-30enum/namespace fooCaolán McNamara
2011-09-30sigh...Caolán McNamara
2011-09-30new filesCaolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-30remove library entries for nowMarkus Mohrhard
maybe add them later and adapt path to something useful
2011-09-29remove file from unit test user dir that gets modifiedMarkus Mohrhard
2011-09-29add user profile dir for unit testsMarkus Mohrhard
2011-09-29init the unit test for vba unit tests correctlyMarkus Mohrhard
2011-09-29change to the old way to set the language to en-US for unit testsMarkus Mohrhard
2011-09-28install testdllapi.h correctlyMichael Meeks
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-26One step closer to a functional 'make dev-install' with MinGW.Jan Holesovsky
2011-09-26In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann
result.condition.
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann
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 Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.