summaryrefslogtreecommitdiff
path: root/sc/qa/extras
AgeCommit message (Collapse)Author
2011-12-08add test for ScDataPilotFieldObj::XDataPilotFieldGroupingMarkus Mohrhard
test XDataPilotFieldGrouping::createDateGrouping is broken
2011-12-07extend DataPilotField tests to the whole property setMarkus Mohrhard
still missing are all properties that are tested automatically by the PropertyTester
2011-12-07add test for failing DataPilotField test, related fdo#43308Markus Mohrhard
it seems that the java based test fails by "design" and not due to an error
2011-12-06normalize Red Hat, Inc.Caolán McNamara
2011-12-06WaE: uninitialized valueMarkus Mohrhard
2011-12-05enable sc's c++ subsequenttests related to fdo#43308Markus Mohrhard
2011-12-05add subsequenttest for failing test CellPropertiesMarkus Mohrhard
share test between all services which share the implementation in ScCellRangesBase
2011-12-05adjust sc's c++ subsequenttest conceptMarkus Mohrhard
create one test suite per implementation class: move xcellrangesquery into ScCellRangesBase
2011-12-05add subsequent test for failing test TableAutoFormatFieldMarkus Mohrhard
tests are still disabled but problem is related to 7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6
2011-12-01-Werror=unused-parameter fix (completely removed unused setRowVisible())Stephan Bergmann
2011-11-30move sc's macros test into sc/qa/extrasMarkus Mohrhard
2011-11-30only load the testfile once and after that reuse the already loaded fileMarkus Mohrhard
this is not perfect but better than loading the file several times while we should only call read-only methods
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard