summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida
Turns out that this change affected all cppunit runs.
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-21chmod -xTor Lillqvist
2012-03-19adjust test for the correct dbdata importMarkus Mohrhard
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...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 Mohrhard
2012-03-01WaE: C4265: class has virtual functions, but destructor is not virtualCaolán McNamara
2012-02-24test: remove, now redundant dummy dialog.xlc / script.xlcMichael Meeks
2012-02-21WaE: add virtual dtorCaolán McNamara
2012-02-19add testRefresh to XDatabaseRangeMarkus Mohrhard
XDatabase range test case is now finished
2012-02-19this test uses ScNamedRangeObj.ods tooMarkus Mohrhard
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 Mohrhard
2012-02-19complete the XDataPilotTable2 testsMarkus Mohrhard
2012-02-19add test for XCellRangeReferrerMarkus Mohrhard
2012-02-17add test code for XCellRangeDataMarkus Mohrhard
2012-02-16add two more test cases to XDatabaseRangeMarkus Mohrhard
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