summaryrefslogtreecommitdiff
path: root/sc/qa/unit
AgeCommit message (Collapse)AuthorFilesLines
2012-03-26disable password test onwindows for nowMarkus Mohrhard1-1/+1
2012-03-23.csv files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.xls files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.ods files don't need executable bitsMichael Stahl1-0/+0
2012-03-22Test for changing dimension member visibility & a little cleanup.Kohei Yoshida1-53/+49
2012-03-22New unit test for pivot table with date grouping.Kohei Yoshida1-2/+120
2012-03-22New unit test for pivot table with number grouping.Kohei Yoshida1-0/+106
2012-03-21New unit test for data pilot grouping (normal grouping).Kohei Yoshida1-1/+174
2012-03-21Make sure that FillLabelData doesn't crash in presence of duplicated dims.Kohei Yoshida1-0/+5
2012-03-21New unit test for pivot table with duplicated data fields.Kohei Yoshida1-35/+135
2012-03-20Added more code to test the integrity of the source data arrays.Kohei Yoshida1-0/+50
Source data array stores item IDs and represents the original data series before normalization.
2012-03-18add test case for fdo#40426Markus Mohrhard2-3/+18
2012-03-16More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida1-3/+4
2012-03-16Better wording.Kohei Yoshida1-3/+3
2012-03-16New unit test for testing pivot cache.Kohei Yoshida1-0/+139
2012-03-14add some more torture testsCaolán McNamara3-0/+0
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida1-2/+2
2012-03-13some more test documentsCaolán McNamara5-0/+0
2012-03-13add some testsCaolán McNamara7-0/+3
2012-03-07Conditional jump or move depends on uninitialised valueCaolán McNamara1-0/+0
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard2-10/+10
2012-02-25Show column/row grand totals only when at least one column/row field exists.Kohei Yoshida1-10/+4
Otherwise the grand total would be just a duplicate of the data field area.
2012-02-21add test case for old password algorithm, related fdo#45171Markus Mohrhard2-5/+22
2012-02-16this should test ods and not xlsMarkus Mohrhard1-1/+1
2012-02-15Add comment wondering why this loadFile() isn't in oslTor Lillqvist1-0/+6
2012-02-15Special-case files in /assets on AndroidTor Lillqvist1-0/+15
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-1/+3
2012-02-11refactor subsequent_filters-test and move each test into own methodMarkus Mohrhard1-144/+181
2012-02-11refactor filters-test and move each test in own methodMarkus Mohrhard1-44/+63
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-17/+17
2012-02-05add some more test casesMarkus Mohrhard2-0/+3
2012-02-05add some helpful entries to test fileMarkus Mohrhard1-0/+0
2012-02-05variable is unused ATMMarkus Mohrhard1-2/+2
this variable is onyl used if you have a set of know files that should all correctly import in filters-test
2012-01-31Move assertions before useTor Lillqvist1-2/+6
2012-01-27Unit test for updating formula cells that references into the pivot table.Kohei Yoshida1-0/+31
2012-01-25New unit test for refreshing a pivot table without data cache.Kohei Yoshida1-7/+24
Also, FillOldParam() and GetMembers() removed since 1) they were not necessary and 2) it would create a data cache in the process.
2012-01-25New unit test for pivot table's date output handling.Kohei Yoshida1-2/+94
We rely on the cell type of those date value outputs when grouping by date or value range.
2012-01-24DataPilot to PivotTable in function names.Kohei Yoshida1-12/+12
From now on we'll stick with the 'pivot table' terminology...
2012-01-12Removing debug statement.Kohei Yoshida1-1/+0
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida1-1/+24
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida1-6/+9
Also, removed unnecessary reloading of the whole table data when reference is updated.
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida1-1/+2
For efficiency reasons. Otherwise, refreshing n tables individually would require reloading the same data cache n times.
2012-01-12add test for range name import, related fdo#42624Markus Mohrhard4-0/+1
this adds range names referencing range names that are loaded after the referencing range name
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida1-1/+11
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida1-13/+120
2012-01-11Unit test for repositioning of cell-anchored line objects.Kohei Yoshida1-0/+31
Preivously, before my fix, relocating a cell-anchored bottom-left to top-right line object would get flipped when its position changed. This is a test for that use case.
2012-01-11adapted test case cell input to new date acceptance realityEike Rathke1-4/+4
Cell input in testDataPilotLabels() like 1.2.3 was prefixed with single quote / apostrophe to not form a date input but string instead. With the new date acceptance, in en-US locale 1.2.3 isn't a date anymore and the quote becomes part of the cell content, so the test checking for 1.2.3 failed because the result was '1.2.3
2012-01-09add some tests related to fdo#42624Markus Mohrhard7-78/+135
see fdo#44587 for problems with range names in matrix formulas during xlsx import/export
2012-01-07More unit test code to test copying a sheet with drawing object.Kohei Yoshida1-1/+12
2012-01-07More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida1-0/+17
Inserting a new sheet would not update the anchored sheet index. Fixed.