summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2012-08-27Add unit test for pivot table import from ods.Kohei Yoshida
2012-08-22New unit test for pivot table's case insensitive string comparison.Kohei Yoshida
2012-08-15ScFiltersTest: fix overloading problemMichael Stahl
2012-08-15Border test in Calc now checks also style in all bordersArtur Dorda
2012-08-15Border test in Calc now also checks distance, out- and inWidth in all bordersArtur Dorda
2012-08-15New border test for Calc, checks all the widthsArtur Dorda
2012-08-14New unit test for importing cell-anchored shapes from ods.Kohei Yoshida
2012-08-14implement dumper for new cond format testMarkus Mohrhard
2012-08-13Unit test for pivot table's text number field member output.Kohei Yoshida
2012-08-13Add test for csv filter as well.Kohei Yoshida
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida
2012-08-13New HTML file to test number format on import.Kohei Yoshida
2012-08-13test with and without "Empty string as zero" optionEike Rathke
2012-08-13these test should not have been disabledMarkus Mohrhard
2012-08-13add simple test for ods color scale importMarkus Mohrhard
2012-08-09adapt unit test and activate all test casesMarkus Mohrhard
2012-08-08enable tests for fixed cursor row navigationMarkus Mohrhard
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
2012-07-20second test for ScDocument::FindAreaPosMarkus Mohrhard
2012-07-20first test for ScDocument::FindAreaPosMarkus Mohrhard
2012-07-20adapt csv parser, don't trim whitespacesMarkus Mohrhard
2012-07-20enable the csv import testMarkus Mohrhard
2012-07-19Add test case for matrix reference cells with blank text resultDaniel Bankston
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida
2012-07-19Support resizing matrix with a default value.Kohei Yoshida
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida
2012-07-18unit test fdo#50345 accept empty string as scalar numeric 0 argumentEike Rathke
2012-07-15MSVC complains about too many implicit conversionsMichael Stahl
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard
2012-07-13java: printStackTrace always to stderrThomas Arnhold
2012-07-13test: move XMLDiff implementation details to cxx fileMichael Stahl
2012-07-12Add test case for ODS column width importDaniel Bankston
2012-07-11Add test for volatile functions for ODS importDaniel Bankston
2012-07-11Expand cached matrix formula result test case to include other potential probsDaniel Bankston
2012-07-11Add test for cached matrix formula resultsDaniel Bankston
2012-07-11Add test for import of cached formula results (without hard-recalc)Daniel Bankston
2012-07-11Add test for hard recalcDaniel Bankston
2012-07-11Improve performance of data validity unit testDaniel Bankston
2012-07-11Add unit test for ODS row height importDaniel Bankston
2012-07-11Change sc subseq unit tests to use more appropriate cppunit assert macrosDaniel Bankston
2012-07-09UNO API test for ScEditFieldObj wrt its properties.Kohei Yoshida
2012-07-09Unit test for string input with custom string handling policy.Kohei Yoshida
2012-07-06Test where the member count of a dimension changes after refresh.Kohei Yoshida
2012-07-06New unit test for pivot table's handling of empty rows.Kohei Yoshida
2012-07-06add a import test for control shapesMarkus Mohrhard
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-07-04add hard recalc to the remaining calc import testsMarkus Mohrhard
2012-07-04test related to fdo#51601Markus Mohrhard
2012-06-29re-base on ALv2 code.Michael Meeks