summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* adjust test for the correct dbdata importMarkus Mohrhard2012-03-191-1/+1
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1412-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.
* add test case for XSpreadsheetDocumentMarkus Mohrhard2012-03-014-0/+103
|
* WaE: C4265: class has virtual functions, but destructor is not virtualCaolán McNamara2012-03-016-0/+16
|
* test: remove, now redundant dummy dialog.xlc / script.xlcMichael Meeks2012-02-243-10/+0
|
* WaE: add virtual dtorCaolán McNamara2012-02-212-0/+5
|
* add testRefresh to XDatabaseRangeMarkus Mohrhard2012-02-192-0/+48
| | | | XDatabase range test case is now finished
* this test uses ScNamedRangeObj.ods tooMarkus Mohrhard2012-02-191-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
* fix copy&paste errorMarkus Mohrhard2012-02-191-1/+1
|
* complete the XDataPilotTable2 testsMarkus Mohrhard2012-02-192-6/+110
|
* add test for XCellRangeReferrerMarkus Mohrhard2012-02-194-0/+110
|
* add test code for XCellRangeDataMarkus Mohrhard2012-02-174-0/+139
|
* add two more test cases to XDatabaseRangeMarkus Mohrhard2012-02-162-0/+15
|
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2012-02-133-0/+6
|
* fix errors with assertion macrosMarkus Mohrhard2012-02-121-2/+2
|
* use better assertion macrosMarkus Mohrhard2012-02-122-11/+11
|
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-102-10/+0
|
* WaE at mac tinderboxMarkus Mohrhard2012-02-101-1/+1
|
* add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard2012-02-102-1/+4
|
* add test code for XDataPilotTable2Markus Mohrhard2012-02-104-0/+264
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-1/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* add test for XNameReplaceMarkus Mohrhard2012-02-024-0/+106
|
* WaE: add virtual dtorsCaolán McNamara2012-01-314-0/+10
|
* Move definition of static data member to .cxxStephan Bergmann2012-01-312-2/+2
|
* add test case for XReplaceableMarkus Mohrhard2012-01-304-0/+155
|
* add interface test for util::XSearchableMarkus Mohrhard2012-01-254-0/+136
|
* add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard2012-01-254-0/+113
|
* typoMarkus Mohrhard2012-01-241-1/+1
|
* fix WaEMarkus Mohrhard2012-01-241-7/+7
|
* add new interface tests for some common data structuresMarkus Mohrhard2012-01-236-0/+236
|
* typoStephan Bergmann2012-01-231-1/+1
|
* refactor concept for c++ based subsequenttestsMarkus Mohrhard2012-01-2328-8/+2502
|
* add library for c++ based subsequenttestsMarkus Mohrhard2012-01-233-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
* 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