summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19this test uses ScNamedRangeObj.ods tooMarkus Mohrhard1-1/+1
TODO: remove the explicit test file dependency from the interface test code don't use one of the test files for another class
2012-02-19fix copy&paste errorMarkus Mohrhard1-1/+1
2012-02-19complete the XDataPilotTable2 testsMarkus Mohrhard2-6/+110
2012-02-19add test for XCellRangeReferrerMarkus Mohrhard4-0/+110
2012-02-17add test code for XCellRangeDataMarkus Mohrhard4-0/+139
2012-02-16add two more test cases to XDatabaseRangeMarkus Mohrhard2-0/+15
2012-02-13WaE: class has virtual functions, but destructor is not virtualTor Lillqvist3-0/+6
2012-02-12fix errors with assertion macrosMarkus Mohrhard1-2/+2
2012-02-12use better assertion macrosMarkus Mohrhard2-11/+11
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan2-10/+0
2012-02-10WaE at mac tinderboxMarkus Mohrhard1-1/+1
2012-02-10add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard2-1/+4
2012-02-10add test code for XDataPilotTable2Markus Mohrhard4-0/+264
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-02add test for XNameReplaceMarkus Mohrhard4-0/+106
2012-01-31WaE: add virtual dtorsCaolán McNamara4-0/+10
2012-01-31Move definition of static data member to .cxxStephan Bergmann2-2/+2
2012-01-30add test case for XReplaceableMarkus Mohrhard4-0/+155
2012-01-25add interface test for util::XSearchableMarkus Mohrhard4-0/+136
2012-01-25add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard4-0/+113
2012-01-24typoMarkus Mohrhard1-1/+1
2012-01-24fix WaEMarkus Mohrhard1-7/+7
2012-01-23add new interface tests for some common data structuresMarkus Mohrhard6-0/+236
2012-01-23typoStephan Bergmann1-1/+1
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard28-8/+2502
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard3-1/+73
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 McNamara1-1/+0
2012-01-17gbuildify testCaolán McNamara8-441/+214
2012-01-15prevent to include fonts into svg during unit testsMarkus Mohrhard1-0/+11
2012-01-15don't create lock files for unit testsMarkus Mohrhard1-0/+13
special thanks to Stephan for the configuration part
2012-01-12wrong dependCaolán McNamara1-1/+1
2012-01-12pesky dependenciesCaolán McNamara1-1/+1
2011-12-14shrink the unit test template directory to save some duplicationMichael Meeks1680-163491/+0
2011-12-06normalize Red Hat, Inc.Caolán McNamara1-2/+2
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann1-0/+3
2011-12-06Moved modifications.xcu to test, used from multiple modules.Stephan Bergmann2-0/+41
2011-12-06ucbhelper::ContentBroker::deinitialize is static.Stephan Bergmann1-1/+1
2011-12-05Remove Large Handles optionStefan Knorr (astron)3-3/+0
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 Mohrhard1-1/+1
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard4-1/+134
potential improvements: only load the file once and use fods instead of ods
2011-11-11No need for test/user-template/user/registry.Stephan Bergmann22-83658/+0
2011-11-08removed Simple Handles optionTim Hardeck3-17/+1
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 Power1-3/+392
Please enter the commit message for your changes. Lines starting
2011-10-26more tweaks to unittests, also move registrymodifications.xcuNoel Power2-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.
2011-10-26Fixed test/user-template/user/registrymodifications.xcu.Stephan Bergmann1-5/+35
Also added license header.
2011-10-25revert autogenerated foo and correct brackets in placeholderNoel Power1-1/+7
2011-10-25more support for basic/vba unit testsNoel Power1-7/+1
add moggis work and some tweaks from me too
2011-10-25add registrymodifications.xcu to allow override of default configNoel Power1-0/+7
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara6-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