summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-19adjust test for the correct dbdata importMarkus Mohrhard1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann12-0/+35
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-01add test case for XSpreadsheetDocumentMarkus Mohrhard4-0/+103
2012-03-01WaE: C4265: class has virtual functions, but destructor is not virtualCaolán McNamara6-0/+16
2012-02-24test: remove, now redundant dummy dialog.xlc / script.xlcMichael Meeks3-10/+0
2012-02-21WaE: add virtual dtorCaolán McNamara2-0/+5
2012-02-19add testRefresh to XDatabaseRangeMarkus Mohrhard2-0/+48
XDatabase range test case is now finished
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