summaryrefslogtreecommitdiff
path: root/sc/qa
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-07add some more functions test to sc's filters-testWolfgang Pechlaner
2011-12-07fdo#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-06normalize Red Hat, Inc.Caolán McNamara
2011-12-06Moved modifications.xcu to test, used from multiple modules.Stephan Bergmann
2011-12-06WaE: uninitialized valueMarkus Mohrhard
2011-12-05add tests for new bitshift functions to scWolfgang Pechlaner
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-03add test for removing sheets to testPostItMarkus Mohrhard
fixes also the problem that one sheet has not been deleted
2011-12-03some String->rtl::OUString cleanup in ucalcMarkus Mohrhard
2011-12-01clean up filters-test after splitMarkus Mohrhard
2011-12-01-Werror=unused-parameter fix (completely removed unused setRowVisible())Stephan Bergmann
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus 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-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
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard
potential improvements: only load the file once and use fods instead of ods
2011-11-30disable sc subsequenttests that use binfilter formatsMarkus Mohrhard
2011-11-29Enabled sc/qa/complex again.Stephan Bergmann
sc/qa/complex/calcPreview/ tests do not work automatically and have been left alone.
2011-11-29fdo#43304 is fixed, tests can be re-enabled.Stephan Bergmann
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida
Empty field labels are replaced with the column name.
2011-11-28Enabled 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-28Disabled tests failing due to fdo#43312.Stephan Bergmann
2011-11-28Disabled tests failing due to fdo#43309.Stephan Bergmann
2011-11-28Disabled tests failing due to fdo#43308.Stephan Bergmann
2011-11-28Disabled tests failing due to fdo#43304.Stephan Bergmann
2011-11-28added CSC,SEC,CSCH,SECH to testFunctionListsEike Rathke
2011-11-27create a base class for macros_testMarkus 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-25Disable password test on DragonFlyFrançois Tigeot
2011-11-23Cleaned 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-23remove ScRangeName::findByNameMarkus 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-22Unit test for cell function T with external references.Kohei Yoshida
2011-11-22fdo#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-19little cleanup in ucalcMarkus Mohrhard
2011-11-19remove libsqlite from macosx library path again and disable testPassword thereMarkus Mohrhard
2011-11-18macros_test does not need to inherit from Filters-TestMarkus Mohrhard
2011-11-18refactor the new bugFile testsMarkus Mohrhard
2011-11-18allow testing of bugfiles in sc's filters-testMarkus Mohrhard
2011-11-15add sqlite path to library path and enable testPasswordMarkus Mohrhard
plus gb_Helper_extend_ld_path normalization by sbergman@redhat.com
2011-11-14clean up macros_testMarkus Mohrhard
2011-11-14don't use XUnoTunnel directly, use SfxObjectShell::GetShellFromComponentMarkus Mohrhard
2011-11-14we no longer need to open unit test files READWRITE in scMarkus Mohrhard
2011-11-14Likewise, adjusted the test cases for MATCH to handle mixed comparisons.Kohei Yoshida
2011-11-14Modified 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-11No need for test/user-template/user/registry.Stephan Bergmann