Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-02 | add test for XNameReplace | Markus Mohrhard | |
2012-01-31 | WaE: add virtual dtors | Caolán McNamara | |
2012-01-31 | Move definition of static data member to .cxx | Stephan Bergmann | |
2012-01-30 | add test case for XReplaceable | Markus Mohrhard | |
2012-01-25 | add interface test for util::XSearchable | Markus Mohrhard | |
2012-01-25 | add XNamed interface test and add this test to ScDataPilotTableObj | Markus Mohrhard | |
2012-01-24 | typo | Markus Mohrhard | |
2012-01-24 | fix WaE | Markus Mohrhard | |
2012-01-23 | add new interface tests for some common data structures | Markus Mohrhard | |
2012-01-23 | typo | Stephan Bergmann | |
2012-01-23 | refactor concept for c++ based subsequenttests | Markus Mohrhard | |
2012-01-23 | add library for c++ based subsequenttests | Markus Mohrhard | |
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times | |||
2012-01-17 | pspfontcache is gitignored | Caolán McNamara | |
2012-01-17 | gbuildify test | Caolán McNamara | |
2012-01-15 | prevent to include fonts into svg during unit tests | Markus Mohrhard | |
2012-01-15 | don't create lock files for unit tests | Markus Mohrhard | |
special thanks to Stephan for the configuration part | |||
2012-01-12 | wrong depend | Caolán McNamara | |
2012-01-12 | pesky dependencies | Caolán McNamara | |
2011-12-14 | shrink the unit test template directory to save some duplication | Michael Meeks | |
2011-12-06 | normalize Red Hat, Inc. | Caolán McNamara | |
2011-12-06 | Make dialogs fail with an exception in headless tests. | Stephan Bergmann | |
2011-12-06 | Moved modifications.xcu to test, used from multiple modules. | Stephan Bergmann | |
2011-12-06 | ucbhelper::ContentBroker::deinitialize is static. | Stephan Bergmann | |
2011-12-05 | Remove Large Handles option | Stefan Knorr (astron) | |
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always. | |||
2011-11-30 | move c++ based subsequenttest to sc/qa/extras | Markus Mohrhard | |
2011-11-30 | port a failing sc subsequenttest to c++ | Markus Mohrhard | |
potential improvements: only load the file once and use fods instead of ods | |||
2011-11-11 | No need for test/user-template/user/registry. | Stephan Bergmann | |
2011-11-08 | removed Simple Handles option | Tim Hardeck | |
Removed the unnecessary option "Simple Handles" with all related functions and icons. | |||
2011-10-27 | deliver test/user-template/user to solver, unittests will use new user dir | Noel Power | |
Please enter the commit message for your changes. Lines starting | |||
2011-10-26 | more tweaks to unittests, also move registrymodifications.xcu | Noel 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-26 | Fixed test/user-template/user/registrymodifications.xcu. | Stephan Bergmann | |
Also added license header. | |||
2011-10-25 | revert autogenerated foo and correct brackets in placeholder | Noel Power | |
2011-10-25 | more support for basic/vba unit tests | Noel Power | |
add moggis work and some tweaks from me too | |||
2011-10-25 | add registrymodifications.xcu to allow override of default config | Noel Power | |
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolá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-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-10-06 | remove old fingerprints cache | Caolán McNamara | |
2011-10-05 | remove apparently noise .memdump files | Norbert Thiebaud | |
2011-10-05 | test fix: use setUp and tearDown not constructors to init LibreOffice | Michael 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-04 | WaE: '==' : unsafe mix of type 'bool' and type 'test::filterStatus' | Tor Lillqvist | |
2011-10-04 | pretty print the user template registry to make diffs meaningful | Michael Meeks | |
Disable macro security for unit testing macros ... | |||
2011-10-01 | spit out timing info | Caolán McNamara | |
2011-09-30 | rtl_cipher_decode doesn't like 0 len data | Caolán McNamara | |
2011-09-30 | silence tedious malware checkers, arcfour, key 0x435645 | Caolán McNamara | |
2011-09-30 | set the core locale as well as the UI one to English | Michael Meeks | |
2011-09-30 | enum/namespace foo | Caolán McNamara | |
2011-09-30 | sigh... | Caolán McNamara | |
2011-09-30 | new files | Caolán McNamara | |
2011-09-30 | merge filters-test code | Caolán McNamara | |