summaryrefslogtreecommitdiff
path: root/test/Package_unittest.mk
AgeCommit message (Collapse)Author
2018-09-28Added base as a data providerVikas
Change-Id: Iaf23b70f303cd05bcf6450fed1246de894285526 Reviewed-on: https://gerrit.libreoffice.org/57447 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-04-13lok context menu: Add module specific unit testsPranav Kant
For calc, now click on the image to have more diverse context menu with checkbuttons etc. Change-Id: Ibe2471348b2572523f2684144bd18664ab48a2bb Reviewed-on: https://gerrit.libreoffice.org/24006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.com>
2016-04-12lok context menu: unit testPranav Kant
Change-Id: I244fbf4b98368c7c0d66cdd865e1243639727026 Reviewed-on: https://gerrit.libreoffice.org/23985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.com>
2014-11-28Unittest for autocorrect in writerDaniel Sikeler
At first we test normal replacement of wrong words. Second part of the test is about style changes during autocorrection. And at the end we replace a word with a table. The rules for the autocorrection are in test/user-template/user/autocorr/acor_fr.dat I needed to make SwAutoCorrect public for my test. Conflicts: sw/qa/extras/uiwriter/uiwriter.cxx Change-Id: Ie753c2187c1f4eddaefe0cc428a605107112c24f Reviewed-on: https://gerrit.libreoffice.org/13131 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-21drop spadminCaolán McNamara
Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
2013-10-29gbuild: move unittest mock profile to WORKDIRMichael Stahl
Change-Id: Idd6420a855fec8b44fce6c0694b491d5f1eec95e
2013-10-29langtag, test: remove Packages that deliver to OUTDIR/unittest/installMichael Stahl
Change-Id: I13145c52bdf4a37e4a92ed653a2f131e09539285
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt
Parsing the property values of master presentation objects. Also new functions added to comphelper module for expanding filepaths macro to appropriate system file paths(for configuration files present at 'Impress.xcs') Change-Id: If0381a12155673e85103ddb5d51c34ae53fe2ecb
2013-08-27Make sure unittest/user/config/soffice.cfg/ exitsStephan Bergmann
...otherwise PresetHandler::getOrCreateRootStorageShare (framework/source/accelerators/presethandler.cxx) will cause a com.sun.star.io.IOException: "URL "file:///.../solver/unxlngx6/unittest/user/config/soffice.cfg" passed to css.embed.FileSystemStorageFactory.createInstanceWithArguments does not denote an existing directory" in some CppunitTests. (And 1eecb8df22b77a6982601bf877067a685d913a7d "Some cleanup and consolidation of the Impress layout work" removed the last file that got definitely created in that directory from test/Package_unittest.mk.) Change-Id: Idbe42fdd6b06194781cceef62c50531ce0e1c706
2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens
Also make unit test work again after Mac-app like path changes. Change-Id: I13eae20141650e1d1d826a794d1f19baaef5f561
2013-08-26Deleting useless unit-test files/directory.Vishv Brahmbhatt
Deleting the "empty_directory" entries of "unittest/user/*" in 'Package_unittest.mk' and corresponding files from the "test/user-template/*" directory. Change-Id: Ia53a18bf7d55bfaba91f9bb8c2a15d3578e35e11
2013-08-26Made changes in the unit-test of other configuration filesVishv Brahmbhatt
Unit-test path is changed for the "effects.xml" and "transitions.xml" to avoid "unit-test" error. Change-Id: Ia871b16b9b9c1bec96fa3d208dc9171c287b020a
2013-08-26Solved the unit-test problemVishv Brahmbhatt
Changed the destination path of test-profile at "test/Package_unittest.mk". Change-Id: I24ae595af22c38141add0ab8446281c3ccc84707
2013-08-26Changing the XML parser with configuration file pathVishv Brahmbhatt
Updating the "getRootElement" function.So "layoutlist.xml" can be read from actual configuration path. Change-Id: Iee636d32e629e935e46a18572646659780ae20e3
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
2012-02-24test: remove, now redundant dummy dialog.xlc / script.xlcMichael Meeks
2012-01-17pspfontcache is gitignoredCaolán McNamara
2012-01-17gbuildify testCaolán McNamara