Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-29 | WaE: tolerance.elementName & tolerance.attribName may be used uninitialized | David Ostrovsky | |
Change-Id: I0145b6fd7bf87a634588633d95650f9062f2485e | |||
2012-04-28 | Do the test for real. XTextField and XTextContent. | Kohei Yoshida | |
Change-Id: I303562873fab5d41614f092966e47ff296c12610 | |||
2012-04-28 | Initial skeleton for API test on ScEditFieldObj. | Kohei Yoshida | |
ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged into one. Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a | |||
2012-04-28 | we can't move that into a test only lib | Markus Mohrhard | |
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912. | |||
2012-04-27 | move xshape dumper into test | Markus Mohrhard | |
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b | |||
2012-04-27 | add tolerance to chart regression test | Markus Mohrhard | |
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889 | |||
2012-04-27 | use the correct macro | Markus Mohrhard | |
don't push at 3a.m. Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a | |||
2012-04-27 | improve assert messages | Markus Mohrhard | |
2012-04-27 | use the new xml diff in chart regression test | Markus Mohrhard | |
2012-04-26 | std::isnan is c++11; use rtl::math::isNan for now | Markus Mohrhard | |
2012-04-26 | add readme for xmldiff | Markus Mohrhard | |
2012-04-26 | add xml diff with tolerance | Markus Mohrhard | |
# Changes to be committed: | |||
2012-04-26 | add test for XTextContent | Markus Mohrhard | |
2012-04-26 | add test case for xtextfield | Markus Mohrhard | |
2012-04-23 | fix true->sal_False introduced in 6a018de | Luboš Luňák | |
2012-04-23 | Revert "it seems tests runtime-depend on ucpchelp1 too" | Luboš Luňák | |
It did not help with the race condition at all. This reverts commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d. | |||
2012-04-20 | it seems tests runtime-depend on ucpchelp1 too | Luboš Luňák | |
CppunitTest_sc_databaserangeobj can fail with 'UcbContentProviderProxy::getContentProvider - No provider for ´com.sun.star.help.XMLHelp.' | |||
2012-04-20 | WaE: MSVC2008 C2220 unsafe mix of types in operation | Caolán McNamara | |
2012-04-17 | transferring java XPrintAreas to c++ | Artur Dorda | |
2012-04-13 | setup/teardown default component context once before/after all tests | Caolán McNamara | |
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors | |||
2012-04-12 | partially revert the editeng singleton stuff to get build to complete | Caolán McNamara | |
2012-04-12 | Handle the correct deletion order of EditDLL in the base class. | Kohei Yoshida | |
Turns out that this change affected all cppunit runs. | |||
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
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 | |