summaryrefslogtreecommitdiff
path: root/sc/qa/extras/testdocuments
AgeCommit message (Collapse)Author
2017-08-25tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro
Change-Id: If9ce7ff36ef3ba8e55103765f3260e74ab2eebd4 Reviewed-on: https://gerrit.libreoffice.org/41567 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
2017-08-08tdf#45904 Move Java _XUsedAreaCursor tests to C++Jens Carl
Change-Id: I6a288fa333d6805540156f63040468f07967c0c6 Reviewed-on: https://gerrit.libreoffice.org/40817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-20tdf#45904 Move remaining XCellSeries test code to C++Paul Trojahn
Change-Id: Ie4ee1e52157dd38ac0defee2e9d5cfa822763183 Reviewed-on: https://gerrit.libreoffice.org/38807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-08tdf#45904 Move java XCellSeries test to c++Paul Trojahn
Change-Id: Iedc1023b67138727061c2da13bebdb75af370ec6 Reviewed-on: https://gerrit.libreoffice.org/38105 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-05-12tdf#107238 VBA autofilter: list of stringsSzymon Kłos
* support of string arrays in the VBA AutoFilter * tests: - reading string arrays - skip Criteria2 when Criteria1 is an array - use only last element of Criteria2 array Change-Id: I8faf6af8c4fbf9b654885b31210ef77bae3a39af Reviewed-on: https://gerrit.libreoffice.org/37515 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2016-09-25Avoid failure in VBA test when window is too smallLuke Deller
The VBA test case "SplitRow" in window2.xls requires the spreadsheet window to be large enough. It looks like this has been discovered previously and some of the assertions commented out with a note about the window size requirement. However we bumped into a failure in one of the remaining assertions on one of our tinderboxes. To resolve: - Maximize the window at the start of this test case - Skip the test if the window size is still too small - Re-enable assertions which had been commented out due to this issue. (Note that VBA which reads Window.SplitRow appears to be broken in LO, so I have left two assertions here commented out with a FIXME) Change-Id: I5e87a360958f665457bbf8ec9c703a99794a62dc Reviewed-on: https://gerrit.libreoffice.org/29110 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-10-02update testTypePassword.odsCaolán McNamara
Change-Id: I648ad2fe4b4cd425b2f7f1014c063169beae54db
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
no version bump but B_USERTYPE defined fix test from commit de26ef85 that should be nMaxRecords tested full round trip on password protected document (ie. use binary storage) master --(0)--> master --(1)--> libreoffice 4.4 --(2)--> master --(3)--> master (0) in master, User type supported, big module supported (1) in libreoffice 4.4, user type not supported, big module supported, no loss of code (2) in master, user type not supported, big module not found, no loss of code it is OK as libreoffice 4.4 saves to LegacyVersion (3) in master, User type supported, big module supported (all is restored) it is OK as module was saved with CURRENT_VERSION (see sbxmod.cxx) Change-Id: I237cf7de70adf1a755be1bc30987b21c43b6ab35 Reviewed-on: https://gerrit.libreoffice.org/17871 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-18tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard
save/load basic script so that when executing password protected the user defined types can be rebuilt supports array and nested types a unit test in sc macros-test.cxx Change-Id: Ie127ea7ad9aea3353741048c00f1b3910c5517a4 Reviewed-on: https://gerrit.libreoffice.org/17815 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-14tdf#90447 vba find() should NOT select the found cell.Justin Luth
Change-Id: Ia8c331f33bc81e7bdabeea649a47c73930dae206
2015-04-08tdf#90447 vba end() needed to restore activesheet too.Justin Luth
Change-Id: I650a5112511fd57099be3f0a84314d0577deae22 Reviewed-on: https://gerrit.libreoffice.org/15175 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-03-30work on initial colorscale properties testsMarkus Mohrhard
Change-Id: Ifc71437b8c7dfd70bf733863713ada4ad605abad
2015-03-30start work on data property testsMarkus Mohrhard
Change-Id: I1f1722aa3566555816df19e68aa7eaa97e7a13d9
2015-03-30add test for XPropertySet for ScCondFormatObjMarkus Mohrhard
Change-Id: I1786a8b1bf871ccefd73efe3e0515bc3a7dda709
2015-03-30add first test for new conditional format APIMarkus Mohrhard
Change-Id: I85cee7b6b55ce35bb900eaf708744117208e57d7
2015-02-25calc : add UNO properties for "Record changes"Laurent Godard
with unit testing Change-Id: I2a0e09f699c8489f61453b4144dd6181bd9b47fd Reviewed-on: https://gerrit.libreoffice.org/14603 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-08-11XStyleLoader2 : enhance unit test to PageStyleLaurent Godard
and remove duplicate code Change-Id: Ib9e3568c860fe5cd3f11374a1c61dff101e33a18 Reviewed-on: https://gerrit.libreoffice.org/10832 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-08XStyleLoader2 loadStylesFromDocument - unit testsLaurent Godard
Change-Id: Id143689f573e6f8585db9bc48a252e311ff0e721
2014-04-29sc html export: HTML export test fixture & "SkipImages" testTomaž Vajngerl
Change-Id: I8a419f535570924d508e1ce5f0c6bb1fbdd829a7
2014-04-17remove executable bitAndras Timar
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2013-07-31unit ( slowcheck ) test for fdo#67547Noel Power
although this really isn't the correct location for the test ( a scripting module slowcheck test would be more appropriate I think ). Still better than no test. Change-Id: I434e1217c25ee33b59ea3b09c4500bdd7bb081ba
2013-06-07add missing PageSetup.PageSize apiNoel Power
Change-Id: If52fb46f61962827acc08025617d9d61a6ab6d40
2013-05-29add some tests for worksheet_change ( when excited by various range changes )Noel Power
Change-Id: I0399a9557170de7d45f0fffbcb2c00a8f084010b
2013-05-15make some vba Name object attributes read/write and add test documentNoel Power
Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
2013-05-13fix Workbooks.xls unit test ( was failing on windows )Noel Power
Change-Id: Id1e3a761765c1e860f611f40a78a6c24fa17d055
2013-05-09add simple Range.Name testNoel Power
Change-Id: I705e05878015f5c8aad993219ea89ea9d47f07fb
2013-05-09add some Range.value testsNoel Power
Change-Id: I4800ad80f1b447cae03664653285f1917ad3ee7e
2013-05-09add new test for WorkbooksNoel Power
Change-Id: Id271f10ac82ebae9fedd68d30c7f44435d60751d
2013-05-09add OLEObject related testNoel Power
Change-Id: I6ce22ecd6295bd8ad302d0f53c783f4ac2a1a036
2013-05-09some testcases for api generated changed & click events for vba controlsNoel Power
Change-Id: I408c9aa0b80971f326b607b274ce046c27098f74
2013-05-09tweak MiscControls to test simple textbox change eventNoel Power
Change-Id: I256a029afefe5990dfb0c87859bae4508f5920bc
2013-05-09Add check form contrast and IncrememtContrast behaviour in Shapes.xlsNoel Power
Change-Id: I6ef275c6a978db0da59da953511105c407a66f72
2013-05-09Tweak further the indices checked for break, also tweak test documentNoel Power
<sigh> pagebreak implementation is still flawed here, the used range is used to determine whether the page break should be considered ( or not ) Problem is that it is not the used range but rather the rightmost column position that contains content ( but not necessarily the column that contains content but rather the righmost column that has content ( or even that is covered either by spillover from an adjacent column or drawing ) Change-Id: I68c8ccc5911049bc4b2076992f839bc684d966a9
2013-05-09add Range.Cut checkNoel Power
Change-Id: I6d33ce8fe2333e7920b5c6cf82531ee859352748
2013-05-09re-enable Ranges.xls vba testdocument, additionally remove some failing testsNoel Power
Change-Id: I6289aa7e7872cc0c6aacd89f0679609792d37c28
2013-05-09some extra tests for ListBox.MultiSelection and ListBox.Text apiNoel Power
also tests ListBox.AddItem & ListBox.Clear ( plenty of room to flesh these tests out ) Change-Id: Iddaa5a5e6b406359c6215ad726085d3696e633cf
2013-05-09Add some misc control related vba testsNoel Power
Change-Id: I8a6e2aeb3766a3890c5026129794b25cfa5c7ba5
2013-05-09add test for new vba ReturnInteger typeNoel Power
Change-Id: If8ce9e5ce35c438b31234aab410b37f12eb1b1f4
2013-05-09add new vba test file ( for testing input/output for 'Value' attributes )Noel Power
Change-Id: I7b06c463a11b5d6442f69130e9eee767004e426f
2013-03-12disable splitcolumn tests that seems to cause problems on some tinderboxesNoel Power
Change-Id: I550141e0ada38d80bfac0a0a296bf3dd9116af71
2013-03-07enable bag load of excel specific VBA api testsNoel Power
Note: some of the test documents have some tests disabled in order to run without errors, these are identified by the following lines Rem [#FIXME disabled 3.6 ] in the macro source. note: some of these errors are expected and were always happening, some errors e.g. those pastespecial specific ones in qa/unit/data/xls/TestCalc_Rangetest2.xls seem to be to do with problems with the test harness. note: there are some others ( e.g. in Window.xls & windows2.xls ) that seem to be related to hard sizes and screen resolution ( these should be adjusted sensibly ) Change-Id: I07a43a2802d4e1794ac2f8c648f666b5bcd13a04
2013-01-31Use a method from UnoApitest instead of implement a new one in calcMarcos Paulo de Souza
In calc, we see a lot of implementations of createFileURL. So get ride of all it and start to use the UnoAPitest::createFileURL method. Also, clean the UnoApiRest::createFileURL method, fix the path from UnoApiTest and moved some testing files to the right dir that the file belongs. Conflicts: sc/qa/extras/scoutlineobj.cxx Change-Id: Ic02f13777503729ac70da590f4a42866f17ea9b2
2013-01-24sc test XSheetOutlineLaurent Godard
Change-Id: Iea0576e61963dbdb72c88fe332c7cfe3e8ab7ff0 Reviewed-on: https://gerrit.libreoffice.org/1794 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-17sc test for XSheetAnnotationLaurent Godard
Change-Id: I1fa77c874c6307ff71ea0aeee653acf1305f2646 Reviewed-on: https://gerrit.libreoffice.org/1736 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-09-25move XGoalSeek api test to c++Markus Mohrhard
Change-Id: I689be9776c4d1fe7d931446d62ea8b1fd733de92
2012-02-19add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard
2012-02-19add XNamed test to ScNamedRangeMarkus Mohrhard
2012-02-17add test for ScCellRangeObj::setDataArray and getDataArrayMarkus Mohrhard
2012-02-16add missing fileMarkus Mohrhard
2012-01-30add test case for XReplaceableMarkus Mohrhard