summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-02-13WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2012-02-12fix errors with assertion macrosMarkus Mohrhard
2012-02-12use better assertion macrosMarkus Mohrhard
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan
2012-02-10WaE at mac tinderboxMarkus Mohrhard
2012-02-10add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard
2012-02-10add test code for XDataPilotTable2Markus Mohrhard
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-02add test for XNameReplaceMarkus Mohrhard
2012-01-31WaE: add virtual dtorsCaolán McNamara
2012-01-31Move definition of static data member to .cxxStephan Bergmann
2012-01-30add test case for XReplaceableMarkus Mohrhard
2012-01-25add interface test for util::XSearchableMarkus Mohrhard
2012-01-25add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard
2012-01-24typoMarkus Mohrhard
2012-01-24fix WaEMarkus Mohrhard
2012-01-23add new interface tests for some common data structuresMarkus Mohrhard
2012-01-23typoStephan Bergmann
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard
2012-01-23add library for c++ based subsequenttestsMarkus 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-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 ...