Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-19 | adjust test for the correct dbdata import | Markus Mohrhard | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan 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-01 | add test case for XSpreadsheetDocument | Markus Mohrhard | |
2012-03-01 | WaE: C4265: class has virtual functions, but destructor is not virtual | Caolán McNamara | |
2012-02-24 | test: remove, now redundant dummy dialog.xlc / script.xlc | Michael Meeks | |
2012-02-21 | WaE: add virtual dtor | Caolán McNamara | |
2012-02-19 | add testRefresh to XDatabaseRange | Markus Mohrhard | |
XDatabase range test case is now finished | |||
2012-02-19 | this test uses ScNamedRangeObj.ods too | Markus 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-19 | fix copy&paste error | Markus Mohrhard | |
2012-02-19 | complete the XDataPilotTable2 tests | Markus Mohrhard | |
2012-02-19 | add test for XCellRangeReferrer | Markus Mohrhard | |
2012-02-17 | add test code for XCellRangeData | Markus Mohrhard | |
2012-02-16 | add two more test cases to XDatabaseRange | Markus Mohrhard | |
2012-02-13 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2012-02-12 | fix errors with assertion macros | Markus Mohrhard | |
2012-02-12 | use better assertion macros | Markus Mohrhard | |
2012-02-10 | fdo#39491 more of unnecessary include paths | Matúš Kukan | |
2012-02-10 | WaE at mac tinderbox | Markus Mohrhard | |
2012-02-10 | add XDataPilotTable2 test to ScDatPilotTableObj | Markus Mohrhard | |
2012-02-10 | add test code for XDataPilotTable2 | Markus Mohrhard | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-02 | add test for XNameReplace | Markus Mohrhard | |
2012-01-31 | WaE: add virtual dtors | Caolán McNamara | |
2012-01-31 | Move definition of static data member to .cxx | Stephan Bergmann | |
2012-01-30 | add test case for XReplaceable | Markus Mohrhard | |
2012-01-25 | add interface test for util::XSearchable | Markus Mohrhard | |
2012-01-25 | add XNamed interface test and add this test to ScDataPilotTableObj | Markus Mohrhard | |
2012-01-24 | typo | Markus Mohrhard | |
2012-01-24 | fix WaE | Markus Mohrhard | |
2012-01-23 | add new interface tests for some common data structures | Markus Mohrhard | |
2012-01-23 | typo | Stephan Bergmann | |
2012-01-23 | refactor concept for c++ based subsequenttests | Markus Mohrhard | |
2012-01-23 | add library for c++ based subsequenttests | Markus 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-17 | pspfontcache is gitignored | Caolán McNamara | |
2012-01-17 | gbuildify test | Caolán McNamara | |
2012-01-15 | prevent to include fonts into svg during unit tests | Markus Mohrhard | |
2012-01-15 | don't create lock files for unit tests | Markus Mohrhard | |
special thanks to Stephan for the configuration part | |||
2012-01-12 | wrong depend | Caolán McNamara | |
2012-01-12 | pesky dependencies | Caolán McNamara | |
2011-12-14 | shrink the unit test template directory to save some duplication | Michael Meeks | |
2011-12-06 | normalize Red Hat, Inc. | Caolán McNamara | |
2011-12-06 | Make dialogs fail with an exception in headless tests. | Stephan Bergmann | |
2011-12-06 | Moved modifications.xcu to test, used from multiple modules. | Stephan Bergmann | |
2011-12-06 | ucbhelper::ContentBroker::deinitialize is static. | Stephan Bergmann | |
2011-12-05 | Remove Large Handles option | Stefan Knorr (astron) | |
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always. | |||
2011-11-30 | move c++ based subsequenttest to sc/qa/extras | Markus Mohrhard | |
2011-11-30 | port a failing sc subsequenttest to c++ | Markus Mohrhard | |
potential improvements: only load the file once and use fods instead of ods | |||
2011-11-11 | No need for test/user-template/user/registry. | Stephan Bergmann | |