summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Collapse)Author
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-20disable this test for now, fails on windows due to row height problemMarkus Mohrhard
Change-Id: I318129fd9e8ea0fa6b540bdf6e940d633cff225a
2012-06-20Add test case for cell text with line breaksDaniel Bankston
Change-Id: Ibecefc21048817a566357ac3a65ee9a74a5af9fc
2012-06-20Add test case for row height to formats unit testDaniel Bankston
-Added test case for proper import height of first row with styles and text (related to i53253). Change-Id: I18eae540bbd388b3b703b4b113dad5745db53b0f
2012-06-20Add test case for i53253 to formats unit testDaniel Bankston
-Added test case for i53253 where a cell has text with different styles and space between the text. Change-Id: I69afa689dcb28d15b22ebed2d97e4b60178d6101
2012-06-17Improve unit test for ODS import of data validityDaniel Bankston
-Test now ensures only the expected validation entries are tested against. -Error output for cell validity check is improved. The error message now displays each cell address that failed instead of just the first one that fails. Change-Id: Ic93de0dc3e465e914470634ffab2bfb5ccbe2da7
2012-06-17Add unit test for ODS import of Data ValidityDaniel Bankston
The unit test checks for the proper importation of the test document's 1) data validation entries 2) data validity of associate cells 3) content Change-Id: I2858663c1d988557fc3783ecaf74892d370c1c93
2012-06-17Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston
Existing unit tests did not check if cells were merged correctly on more than one sheet. Change-Id: Ibd4d29abd7345afc95fede2a17c7e498d8cac3d9
2012-06-17Extend repeated columns unit test to check both text and numbersDaniel Bankston
Change-Id: I7d261958f81f73dfce44f27c0130f68c5c4b233f
2012-06-17Commit files used in repeated columns unit testDaniel Bankston
Change-Id: Ie8e9a3a3f36caa55f495ef7a6670b73ebe9e2086
2012-06-17Added unit test for repeated columns in ODS import.Daniel Bankston
Change-Id: Idf3cf3a1f6fd1487c83470a9e5df4c940ee64c73
2012-06-15Extend current database range unit test to also check xls and xlsxDaniel Bankston
Since Excel doesn't support named database ranges, I also added tests for unnamed database ranges for ods, xls, and xlsx. Change-Id: I491324883c95cf2edb13c0561e975a13d13ba7d7
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers
Change-Id: I994119c0520658775d07f776237d31a03f53ab52
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I970c967cce1a5d18e2b9b2b99cddfb3118159950
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida
There may be other functions other than INDIRECT that take a string reference. If so, we could re-use this option for those functions as well. Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d
2012-05-31Fix up unit tests that assumed two or more sheets per defaultStefan Knorr (astron)
2012-05-30Unit test for INDIRECT function with different configurations.Kohei Yoshida
Change-Id: I8605a575ed37fc48554d31ee823ea42ea3a771d1
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida
Change-Id: Ica6aef56733c7c71568e37166a2f78d6aa05a118
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-21added unit tests for DATEDIF fdo#44456Eike Rathke
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers
Change-Id: I082ea20d02bf37d515fc33d627281696fc48fcb6
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida
We need a clean solution for this, but that will need a bit more effort & thinking. Change-Id: I I25d066fa0322cca9a15af1745a758b1aba981e13
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida
Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
2012-05-03New API test for ScAnnotationShapeObj.Kohei Yoshida
Change-Id: I4a169493622abf789bb0ef146e553205b2eaba5d
2012-05-03Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida
Change-Id: Ibeee491989fd9ae4104a0a3ae3bc7f78f95294a1
2012-04-30These two tests are now ported to cppunit.Kohei Yoshida
Change-Id: Ifce4c2a6f0f81a9b206795d915cac6705087c2d1
2012-04-30Test setPropertyValue().Kohei Yoshida
Change-Id: Idbad933cf5e3b297e7131e66202a0250b4c3def8
2012-04-30Test for XPropertySet. This is still work-in-progress.Kohei Yoshida
Change-Id: Icf8ddddb9a45435968bc43d8bc7a033ce5cfd702
2012-04-30add missing DoCloseMarkus Mohrhard
Thanks to Daniel Bankston Change-Id: Ieeff9d1a35f7abdab07bbe4eab459d89979e5402
2012-04-29First attempt adding cell-value xlsx testDaniel Bankston
Change-Id: I5481759669d14b7e4c564f2909d1db9af3b4a2e6
2012-04-28Fixed crash on tear down during cppunit test.Kohei Yoshida
Change-Id: I5573e554420967d8942295cabe788a9e56835ba0
2012-04-28Test the header field API for real.Kohei Yoshida
But it crashes on exit, due to some sort of order of deletion... Change-Id: Ife9da1c0a647038cbdc68410db5b211bcce5dfa4
2012-04-28Copy & paste the *_Cell test code into *_Header test code.Kohei Yoshida
I still need to rewrite it to make it the header test. Change-Id: I0f8c469d51340ae72cb61696a22ebcbdcf84ffa6
2012-04-28Renamed the file to make room for the header version of the same test.Kohei Yoshida
This ScEditFieldObj is used for both cell fields and header/footer fields. Change-Id: I8c51de5d173ae934ea604c68030cd84b13f90ef3
2012-04-28Do the test for real. XTextField and XTextContent.Kohei Yoshida
Change-Id: I303562873fab5d41614f092966e47ff296c12610
2012-04-28Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida
ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged into one. Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a
2012-04-27add tolerance to chart regression testMarkus Mohrhard
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27adapt dumper to new xml diffMarkus Mohrhard
2012-04-27use the new xml diff in chart regression testMarkus Mohrhard
2012-04-26Temporarily disable test Java API tests that cause crash-on-exit.Kohei Yoshida
The tests themselves do pass, however. The crash is caused by some sort of cleanup, due to someone calling a pure virtual function or some such. I'll work on converting these tests into C++.
2012-04-25add test case for copy&paste formulas between documentsMarkus Mohrhard
2012-04-24-Werror=unused-variableStephan Bergmann
2012-04-24first try for copy/paste formulas between docs test caseMarkus Mohrhard
2012-04-24add some more test cases for copying formulasMarkus Mohrhard
2012-04-23add test case for copy/paste formulas, related fdo#48482Markus Mohrhard
2012-04-23I did not want to disable these testsMarkus Mohrhard
2012-04-19Revert "move testCVE into slowcheck"Markus Mohrhard
This reverts commit 97fe16f4dc5582be597971b6e17431b8d353b8ba. Make Norbert#s tinderbox happy again.