Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | add test for ScDataPilotFieldObj::XDataPilotFieldGrouping | Markus Mohrhard | |
test XDataPilotFieldGrouping::createDateGrouping is broken | |||
2011-12-07 | extend DataPilotField tests to the whole property set | Markus Mohrhard | |
still missing are all properties that are tested automatically by the PropertyTester | |||
2011-12-07 | add test for failing DataPilotField test, related fdo#43308 | Markus Mohrhard | |
it seems that the java based test fails by "design" and not due to an error | |||
2011-12-07 | add some more functions test to sc's filters-test | Wolfgang Pechlaner | |
2011-12-07 | fdo#43534: Partially support external refs in CELL function. | Kohei Yoshida | |
For now, only COL and ROW are supported. More on the way. Note that we can't support all the information types that we do for internal references. | |||
2011-12-06 | normalize Red Hat, Inc. | Caolán McNamara | |
2011-12-06 | Moved modifications.xcu to test, used from multiple modules. | Stephan Bergmann | |
2011-12-06 | WaE: uninitialized value | Markus Mohrhard | |
2011-12-05 | add tests for new bitshift functions to sc | Wolfgang Pechlaner | |
2011-12-05 | enable sc's c++ subsequenttests related to fdo#43308 | Markus Mohrhard | |
2011-12-05 | add subsequenttest for failing test CellProperties | Markus Mohrhard | |
share test between all services which share the implementation in ScCellRangesBase | |||
2011-12-05 | adjust sc's c++ subsequenttest concept | Markus Mohrhard | |
create one test suite per implementation class: move xcellrangesquery into ScCellRangesBase | |||
2011-12-05 | add subsequent test for failing test TableAutoFormatField | Markus Mohrhard | |
tests are still disabled but problem is related to 7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6 | |||
2011-12-03 | add test for removing sheets to testPostIt | Markus Mohrhard | |
fixes also the problem that one sheet has not been deleted | |||
2011-12-03 | some String->rtl::OUString cleanup in ucalc | Markus Mohrhard | |
2011-12-01 | clean up filters-test after split | Markus Mohrhard | |
2011-12-01 | -Werror=unused-parameter fix (completely removed unused setRowVisible()) | Stephan Bergmann | |
2011-11-30 | split sc's filters-test into in-build and subsequent tests | Markus Mohrhard | |
only testContent and the ods range name test remain in-build, everything else is now a subsequenttest if needed the subsequent_filters-test can be moved to an in-build test in Module_sc.mk | |||
2011-11-30 | move sc's macros test into sc/qa/extras | Markus Mohrhard | |
2011-11-30 | only load the testfile once and after that reuse the already loaded file | Markus Mohrhard | |
this is not perfect but better than loading the file several times while we should only call read-only methods | |||
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-30 | disable sc subsequenttests that use binfilter formats | Markus Mohrhard | |
2011-11-29 | Enabled sc/qa/complex again. | Stephan Bergmann | |
sc/qa/complex/calcPreview/ tests do not work automatically and have been left alone. | |||
2011-11-29 | fdo#43304 is fixed, tests can be re-enabled. | Stephan Bergmann | |
2011-11-28 | fdo#43304: Allow empty field labels in pivot tables. | Kohei Yoshida | |
Empty field labels are replaced with the column name. | |||
2011-11-28 | Enabled sc/qa/unoapi again. | Stephan Bergmann | |
Currently often fails at shutdown, when Bridge::terminate -> ~ScAutoFormatObj -> ScGlobal::GetAutoFormat after ScGlobal::Clear leads to ScAutoFormat ctor -> ScGlobal::GetRscString with null ppRscString. | |||
2011-11-28 | Disabled tests failing due to fdo#43312. | Stephan Bergmann | |
2011-11-28 | Disabled tests failing due to fdo#43309. | Stephan Bergmann | |
2011-11-28 | Disabled tests failing due to fdo#43308. | Stephan Bergmann | |
2011-11-28 | Disabled tests failing due to fdo#43304. | Stephan Bergmann | |
2011-11-28 | added CSC,SEC,CSCH,SECH to testFunctionLists | Eike Rathke | |
2011-11-27 | create a base class for macros_test | Markus Mohrhard | |
For tests that need file import you can now choose between FiltersTest or MacrosTest as base class. FiltersTest imports through SfxObjectShell and does not have any ui MacrosTest imports through Desktop::LoadComponentFromURL and initializes the ui, therefore it needs to run headless | |||
2011-11-25 | Disable password test on DragonFly | François Tigeot | |
2011-11-23 | Cleaned up the ScTable declaration a bit. | Kohei Yoshida | |
* make it officially non-copyable. It was never copied anyway. * retire std::auto_ptr which is deprecated. Let's use boost::scoped_ptr. * some unused typedef's. | |||
2011-11-23 | remove ScRangeName::findByName | Markus Mohrhard | |
this method was mmisused and is the source for some "bugs" we don't allow case sensitive storage of range names and therefore it does not amke sense to search by case sensitive names, use ScRangeName::findByUpperName instead Especially the uno implementation did behave wrongly and allowed to create two names that were identicall for the model | |||
2011-11-22 | Unit test for cell function T with external references. | Kohei Yoshida | |
2011-11-22 | fdo#43154: Fixed incorrectly query validation. | Kohei Yoshida | |
It was due to a simple mis-placement of an operator. No idea how the compiler may have parsed that statement... | |||
2011-11-19 | little cleanup in ucalc | Markus Mohrhard | |
2011-11-19 | remove libsqlite from macosx library path again and disable testPassword there | Markus Mohrhard | |
2011-11-18 | macros_test does not need to inherit from Filters-Test | Markus Mohrhard | |
2011-11-18 | refactor the new bugFile tests | Markus Mohrhard | |
2011-11-18 | allow testing of bugfiles in sc's filters-test | Markus Mohrhard | |
2011-11-15 | add sqlite path to library path and enable testPassword | Markus Mohrhard | |
plus gb_Helper_extend_ld_path normalization by sbergman@redhat.com | |||
2011-11-14 | clean up macros_test | Markus Mohrhard | |
2011-11-14 | don't use XUnoTunnel directly, use SfxObjectShell::GetShellFromComponent | Markus Mohrhard | |
2011-11-14 | we no longer need to open unit test files READWRITE in sc | Markus Mohrhard | |
2011-11-14 | Likewise, adjusted the test cases for MATCH to handle mixed comparisons. | Kohei Yoshida | |
2011-11-14 | Modified VLOOKUP test case to account for mixed comparisons. | Kohei Yoshida | |
When the lookup value is of type Text, and the last match is of type Number, it should return #N/A according to the ODFF spec. | |||
2011-11-11 | No need for test/user-template/user/registry. | Stephan Bergmann | |