summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* pspfontcache is gitignoredCaolán McNamara2012-01-171-1/+0
|
* gbuildify testCaolán McNamara2012-01-178-441/+214
|
* prevent to include fonts into svg during unit testsMarkus Mohrhard2012-01-151-0/+11
|
* don't create lock files for unit testsMarkus Mohrhard2012-01-151-0/+13
| | | | special thanks to Stephan for the configuration part
* wrong dependCaolán McNamara2012-01-121-1/+1
|
* pesky dependenciesCaolán McNamara2012-01-121-1/+1
|
* shrink the unit test template directory to save some duplicationMichael Meeks2011-12-141680-163491/+0
|
* normalize Red Hat, Inc.Caolán McNamara2011-12-061-2/+2
|
* Make dialogs fail with an exception in headless tests.Stephan Bergmann2011-12-061-0/+3
|
* Moved modifications.xcu to test, used from multiple modules.Stephan Bergmann2011-12-062-0/+41
|
* ucbhelper::ContentBroker::deinitialize is static.Stephan Bergmann2011-12-061-1/+1
|
* Remove Large Handles optionStefan Knorr (astron)2011-12-053-3/+0
| | | | This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
* move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard2011-11-301-1/+1
|
* port a failing sc subsequenttest to c++Markus Mohrhard2011-11-304-1/+134
| | | | | potential improvements: only load the file once and use fods instead of ods
* No need for test/user-template/user/registry.Stephan Bergmann2011-11-1122-83658/+0
|
* removed Simple Handles optionTim Hardeck2011-11-083-17/+1
| | | | | Removed the unnecessary option "Simple Handles" with all related functions and icons.
* deliver test/user-template/user to solver, unittests will use new user dirNoel Power2011-10-271-3/+392
| | | | Please enter the commit message for your changes. Lines starting
* more tweaks to unittests, also move registrymodifications.xcuNoel Power2011-10-262-0/+5
| | | | | 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.
* Fixed test/user-template/user/registrymodifications.xcu.Stephan Bergmann2011-10-261-5/+35
| | | | Also added license header.
* revert autogenerated foo and correct brackets in placeholderNoel Power2011-10-251-1/+7
|
* more support for basic/vba unit testsNoel Power2011-10-251-7/+1
| | | | add moggis work and some tweaks from me too
* add registrymodifications.xcu to allow override of default configNoel Power2011-10-251-0/+7
|
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-156-281/+5
| | | | | | | 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
* Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann2011-10-071-2/+2
|
* remove old fingerprints cacheCaolán McNamara2011-10-0674-28449/+0
|
* remove apparently noise .memdump filesNorbert Thiebaud2011-10-052-8/+0
|
* test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks2011-10-053-20/+39
| | | | | | 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.
* WaE: '==' : unsafe mix of type 'bool' and type 'test::filterStatus'Tor Lillqvist2011-10-041-1/+1
|
* pretty print the user template registry to make diffs meaningfulMichael Meeks2011-10-0417-24/+83268
| | | | Disable macro security for unit testing macros ...
* spit out timing infoCaolán McNamara2011-10-012-8/+4
|
* rtl_cipher_decode doesn't like 0 len dataCaolán McNamara2011-09-301-10/+8
|
* silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara2011-09-302-2/+57
|
* set the core locale as well as the UI one to EnglishMichael Meeks2011-09-301-2/+3
|
* enum/namespace fooCaolán McNamara2011-09-301-5/+5
|
* sigh...Caolán McNamara2011-09-301-26/+0
|
* new filesCaolán McNamara2011-09-302-0/+207
|
* merge filters-test codeCaolán McNamara2011-09-304-15/+22
|
* remove library entries for nowMarkus Mohrhard2011-09-302-20/+2
| | | | maybe add them later and adapt path to something useful
* remove file from unit test user dir that gets modifiedMarkus Mohrhard2011-09-291-1198/+0
|
* add user profile dir for unit testsMarkus Mohrhard2011-09-291785-0/+196894
|
* init the unit test for vba unit tests correctlyMarkus Mohrhard2011-09-291-10/+16
|
* change to the old way to set the language to en-US for unit testsMarkus Mohrhard2011-09-293-6/+11
|
* install testdllapi.h correctlyMichael Meeks2011-09-281-1/+1
|
* Rename and re-factor test and unotest to compile and run againMichael Meeks2011-09-2810-268/+4
|
* split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks2011-09-2827-2026/+2
|
* add new bootstrapfixture to share and simplify unit test codeMichael Meeks2011-09-285-1/+203
|
* One step closer to a functional 'make dev-install' with MinGW.Jan Holesovsky2011-09-262-5/+5
|
* In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann2011-09-262-0/+12
| | | | result.condition.
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-162-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.
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-123-4/+5
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.