summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
AgeCommit message (Collapse)AuthorFilesLines
2021-06-03sc: split subsequent modules into smaller partsXisco Fauli1-2/+5
Change-Id: Iee175a064714fa1c7b40c1c450c2fffb59f4fd7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116625 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-17sc_ucalc: move formula tests to their own moduleXisco Fauli1-0/+1
in order to split sc_ucalc monster into smaller modules Now, we can change CppunitTest_sc_ucalc.mk to use the template - Enable testExternalRefUnresolved on Linux/Mac - Remove testFormulaHashAndTag. it was disabled in f4dc8a869ac49f19c20fc5fa606448e9103726bd < the idea behind the test can't work right now > Change-Id: I864341442ccd321c8ef4f7147db4512bcc7a6b21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115595 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-17sc_ucalc: move copypaste tests to their own moduleXisco Fauli1-0/+1
in order to split sc_ucalc monster into smaller modules While at it, fix the clang-format issues in sc/qa/unit/ucalc_copypaste.cxx Change-Id: Ifd3af351f4b880da29e1f48c4852ac65fcd3276e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115696 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-16sc_ucalc: move conditional format tests to their own moduleXisco Fauli1-0/+1
in order to split sc_ucalc monster into smaller modules While at it, remove testCopyPasteSkipEmptyConditionalFormatting it was added already disabled in 5915d38e84c7a7861c169bea18c63824bcfdc470 <add disabled test for conditional formatting with skip empty cells> and it fails if it's enabled Change-Id: I6222849b38ab288b24432dc00698d72f5bcc5c2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115677 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-14sc_ucalc: Use a template for makefilesXisco Fauli1-0/+1
Change-Id: I2146ded4c8c0eb8ba7814f76f3ec5d9030a67857 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115578 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-14sc_ucalc: move pivot table tests to their own moduleXisco Fauli1-0/+1
in order to split sc_ucalc monster into smaller modules Change-Id: I5fa1b9b7366c45414d26804a09d1b78aebc83e2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115568 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-14sc_ucalc: move shared formula tests to their own moduleXisco Fauli1-0/+1
in order to split sc_ucalc monster into smaller modules Change-Id: I399daeb57dd5fba7077fef6584b0a3772df84d84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115559 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-14sc_ucalc: move sort tests to their own moduleXisco Fauli1-0/+1
in order to split sc_ucalc monster into smaller modules Change-Id: Ib041d1fbce51230dcc46320939257771eac0faea Change-Id: Iae19af01de63346b2bf951ed935fccbd6bfb9d15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115558 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-27uitest: sc: no need to have one module for just one testXisco Fauli1-1/+0
Change-Id: I2787a3bca577f8f34a9f37b25ed4bc6631bb446d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110035 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-26move CppunitTest_sc_macros_test from subsequentcheck to slowcheckXisco Fauli1-1/+1
this way, Jenkins executes this module on Windows and Mac as well. Before I submitted this test, I ran 'make clean && make CppunitTest_sc_macros_test' on a Win machine Change-Id: If84ea0ba5f7376f9cfe62836eb469e4c9e7ea44a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109994 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-13move CppunitTest_sc_jumbosheets_test from subsequentcheck to slowcheckXisco Fauli1-4/+4
and sort the list this way, Jenkins executes this module on Windows and Mac as well. Before I submitted this test, I ran 'make clean && make CppunitTest_sc_uicalc' on a Win machine Change-Id: I906255bcf82e19917036aa3e99344f9ecf2a26fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109190 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-12move CppunitTest_sc_uicalc from subsequentcheck to slowcheckXisco Fauli1-1/+1
this way, Jenkins executes this module on Windows and Mac as well. Before I submitted this test, I ran 'make clean && make CppunitTest_sc_uicalc' on a Win machine Change-Id: I5bb708e3b61f16c3bd53da2222f19f2b73742819 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109106 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-10-27uitest: move all calc tests to sc/qa/uitestXisco Fauli1-0/+2
and remove a few duplicated ones Change-Id: I409ca78dcd7a67e993f6b3a1493ffa6fefd127b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104864 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-09-21tdf#134392: sc_jumbosheets_test: Add unittestXisco Fauli1-0/+1
Change-Id: Id1a63d6b7fde3f911625573ffce1bed5d2b322df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102971 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-09-10Disambiguate UITest_sc_options and UITest_sw_optionsStephan Bergmann1-1/+1
...that were added with the same name UITest_options in 107af098311beafaadb343c5a3634389f56006a0 "uitest for bug tdf#117458" and ec914194382654aa4b0ad9973acc0eed15a4ab43 "add uitest for bug tdf#78133", respectively Change-Id: I31a967d2ce14f86d91951a836b694f360802c5a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102391 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-03-10Enable CppunitTest_sc_uicalc also for MACOSXStephan Bergmann1-3/+1
there appears to be no reason not to Change-Id: Ic7c0e34e28bc67bd7b342b50f893990057b2e261 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90305 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-03-10tdf#122232: move UItest to CppunitTestXisco Fauli1-0/+3
Change-Id: I6cb9019fea4b1be5af94dcc8811a4f96fc1b6d37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90238 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski1-2/+0
JunitTest and PythonTest modules check for these themself. Change-Id: Ia453bc99571738b01cc8f161f346cb6c37b2e429 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88832 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2019-12-11tdf#119191 Implement SdrObjCustomShape::AdjustToMaxRectRegina Henschel1-0/+1
and use in ScDrawLayer::RecalcPos and in ScDrawView::FitToCellSize(). Error was, that it was assumed, that SdObjCustomShape::SetSnapRect() changes the shape so, that it fits into the passed rectangle. That is true for other type of shapes, but not for custom shapes. Change-Id: Ib00d52087509f459165000abf43c7f244980a01b Reviewed-on: https://gerrit.libreoffice.org/84216 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2019-10-27tdf#45904 Move XNamed Java tests to C++Jens Carl1-0/+1
Move XNamed Java tests to C++ for ScStyleObj. Change-Id: Idaff7307d15ca2665005e866dff36a033aa91354 Reviewed-on: https://gerrit.libreoffice.org/81553 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-07-26UI test for #tdf121949Artur Neumann1-0/+1
Test if calc crashes when copying a noncoherent range to the clipboard Change-Id: I64d436ffb01775df9d50eb966ea2a12040482517 Reviewed-on: https://gerrit.libreoffice.org/76348 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2019-07-26UI tests opening all dialogs in writer and see if it crashesArtur Neumann1-1/+1
Open a dialog, close it by the given button e.g. "cancel" or "close". If the dialog has an enabled "OK" button open the dialog again and try to close it also using the OK button. For every dialog a complete new document is opened to ensure test-separation, otherwise one action could hamper the next action. For dialogs that already have other tests a "cancel/close" test was added to the previous test. As far as possible opening new documents was avoided in those cases. And in some cases a simple check was added to check if the "cancel" button does not change anything. Simmilar tests for calc have been renamed and code dublication has been removed by moving main part of the code to a helper file Change-Id: I01f197cae8bc6fe0345661fe042b655f16229485 Reviewed-on: https://gerrit.libreoffice.org/75124 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2019-07-03UI tests opening all dialogs in calc and see if it crashesArtur Neumann1-0/+1
Open a dialog, close it by the given button e.g. "cancel" or "close". If the dialog has an enabled "OK" button open the dialog again and try to close it also using the OK button. For every dialog a complete new document is opened to ensure test-separation, otherwise one action could hamper the next action. E.g. ".uno:Protect" would hamper any edit action. For dialogs that already have other tests a "cancel/close" test was added to the previous test. As far as possible opening new documents was avoided in those cases. And in some cases a simple check was added to check if the "cancel" button does not change anything. Change-Id: I727cad43603770245f27baf752a1985f9a754847 Reviewed-on: https://gerrit.libreoffice.org/74333 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2019-05-16uitest for bug tdf#124829Zdeněk Crhonek1-0/+1
Change-Id: I5eea7de34a37270e1bdf16ede271d73f9ea05730 Reviewed-on: https://gerrit.libreoffice.org/72376 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2019-05-01tdf#45904 Move XPropertSet Java tests to C++Jens Carl1-1/+2
Move XPropertSet Java tests to C++ for ScCellSearchObj. Change-Id: I46e55794fe0b205173c3b208ba84c90d70aa2de0 Reviewed-on: https://gerrit.libreoffice.org/71608 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-04-20tdf#45904 Move XCellRange Java test to C++Jens Carl1-0/+1
mOve XCellRange Java test to C++ for ScTableColumnObj. Change-Id: I165e5752fb679be6790c305a99f35da644e17d56 Reviewed-on: https://gerrit.libreoffice.org/70968 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-04-02tdf#45904 Move XPropertySet Java tests to C++Jens Carl1-0/+1
Move XPropertySet Java tests to C++ for ScTableRowObj. Change-Id: Ib448d6440cd6a285cd55297669bb19bd8aec6b07 Reviewed-on: https://gerrit.libreoffice.org/70156 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-04-01Rename ScSubTotalDescriptorBaseObj to ScSubTotalDescriptorBaseJens Carl1-1/+1
Correct class name to mirror the name of the object we are testing against. Change-Id: If26dc045f67df7725043f1b0ccd0d3c8ba73f4ed Reviewed-on: https://gerrit.libreoffice.org/70030 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-27tdf#45904 Move XIndexAccess Java tests to C++Jens Carl1-0/+1
Move XIndexAccess Java tests to C++ for ScDrawPageObj. Change-Id: I8b0c80b9213130870ce5445bcf52705df367cb0e Reviewed-on: https://gerrit.libreoffice.org/69864 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-19tdf#120161 sc: pdf export unit testSerge Krot1-0/+1
Change-Id: I42579d4d61be43318f7e2b06b3465890dd624a12 Reviewed-on: https://gerrit.libreoffice.org/69035 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-03-16tdf#45904 Move XNameAccess Java tests to C++Jens Carl1-0/+1
Move XNameAccess Java tests to C++ for ScAutoFormatsObj. Change-Id: If0ce836f2d0628fa3e4a19f6a1789b74018e0229 Reviewed-on: https://gerrit.libreoffice.org/69329 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-13tdf#45904 Move XNameAccess Java test to C++Jens Carl1-0/+1
Move XNameAccess Java test to C++ for ScTableColumnsObj. Change-Id: I3c9acde1b9e390c6a088bde567996728db855c2e Reviewed-on: https://gerrit.libreoffice.org/69143 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-11tdf#45904 Move XNameAccess Java tests to C++Jens Carl1-0/+1
Move XNameAccess Java tests to C++ for ScStyleFamilyObj. Change-Id: Ib1e0481b4ea6fe63cb073948a444ddcc7f2eaa65 Reviewed-on: https://gerrit.libreoffice.org/69018 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-10tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl1-0/+1
Move XEnumerationAccess Java test to C++ for ScDataPilotFieldGroupObj. Change-Id: I2ff5807dcf10c4a72074d528dd3275786e8ed80d Reviewed-on: https://gerrit.libreoffice.org/68994 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-10tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl1-0/+1
Move XEnumerationAccess Java test to C++ for ScChartsObj. Change-Id: Ia9afb9fcaa5b81b140f47f309166f09af779ca52 Reviewed-on: https://gerrit.libreoffice.org/68953 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-02Add XServiceInfo tests to ScDataPilotItemsObjJens Carl1-0/+1
Change-Id: Ie6e6e0edf9815744fd8ba97e0259b409db4d8c75 Reviewed-on: https://gerrit.libreoffice.org/68607 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-01tdf#45904 Move XNamed Java tests to C++Jens Carl1-0/+1
Move XNamed Java tests to C++ for ScDataPilotFieldGroupItemObj. Change-Id: I1070f99e2e1655f72c1a6ffaf3f61618b083140e Reviewed-on: https://gerrit.libreoffice.org/68525 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-02-22uitest for bug tdf#123508Zdeněk Crhonek1-0/+1
Change-Id: Iab59789ce57295d204ad475cd5405bcdd1f5b9ef Reviewed-on: https://gerrit.libreoffice.org/68164 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2019-02-12tdf#45904 Move XNameAccess Java tests to C++Jens Carl1-0/+1
Move XNameAccess Java tests to C++ for ScDataPilotFieldGroupsObj. Change-Id: Ifa926bd64ac7fc7cd7df080e400ab36e084f1708 Reviewed-on: https://gerrit.libreoffice.org/67703 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-02-02tdf#45904 Move XNameAccess Java tests to C++Jens Carl1-0/+1
Move XNameAccess Java tests to C++ for ScDataPilotFieldsObj. Change-Id: I29625dcf6aa97e2781752c27e3eedba3ca479501 Reviewed-on: https://gerrit.libreoffice.org/67266 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-29Rename ScFilterDescriptorBaseObj to ScFilterDescriptorBaseJens Carl1-1/+1
Rename ScFilterDescriptorBaseObj to ScFilterDescriptorBase so it matches the object name we test against. Change-Id: Ia5ce59997e99b2b537e50ddfeaa9d96b2b55555f Reviewed-on: https://gerrit.libreoffice.org/67033 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-24tdf#45904 Move XNamed Java tests to C++Jens Carl1-0/+1
Move XNamed Java tests to C++ for ScChartObj. Change-Id: I65c9a8f73844e98c60b705c956118359804c6c43 Reviewed-on: https://gerrit.libreoffice.org/66837 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-23tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl1-0/+1
Move XEnumerationAccess Java test to C++ for ScSheetLinksObj. Change-Id: I68013a9717ab8da1dd4b15f489fc394c101cc016 Reviewed-on: https://gerrit.libreoffice.org/66814 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-22tdf#45904 Move XIndexAccess Java tests to C++Jens Carl1-0/+1
Move XIndexAccess Java tests to C++ for ScDrawPagesObj. Change-Id: Ib9983f0f55c79856cf66091a4b4881fafaa1f0b9 Reviewed-on: https://gerrit.libreoffice.org/66707 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-18tdf#45904 Move XNameAccess Java tests to C++Jens Carl1-0/+1
Move XNameAccess Java tests to C++ for ScDDELinksObj. Change-Id: Ic36e78920b0a6649b2fc5a9298cea51615c5d5c6 Reviewed-on: https://gerrit.libreoffice.org/66556 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-16Rename ScTableConditionalFormatObj to ScTableConditionalFormatJens Carl1-1/+1
Rename ScTableConditionalFormatObj to ScTableConditionalFormat to match the object name to test against. Change-Id: Ic14bc1181a6c0724e0973955119d9f2e731d0940 Reviewed-on: https://gerrit.libreoffice.org/66484 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-16Move XStyleLoader2 tests to ScStyleFamiliesObjJens Carl1-1/+0
Change-Id: Ibba0464d17a9517eb48f3f33b46db2455093ac52 Reviewed-on: https://gerrit.libreoffice.org/66413 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-15tdf#45904 Move XNameAccess Java tests to C++Jens Carl1-0/+1
Move XNameAccess Java tests to C++ for ScStyleFamiliesObj. Change-Id: Ief102954b4393ab54747bbe1ea4f7f5b0346393e Reviewed-on: https://gerrit.libreoffice.org/66345 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-01-03uitest for bug tdf#99069Zdeněk Crhonek1-0/+1
Change-Id: Ic117937629b465227c564158b7c24270997cce78 Reviewed-on: https://gerrit.libreoffice.org/65839 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2018-12-31uitest for bug tdf#49531 tdf#49520Zdeněk Crhonek1-0/+1
Change-Id: Ief075273f6a1331ca5290e0e21386e4e6e16f54e Reviewed-on: https://gerrit.libreoffice.org/65773 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>