summaryrefslogtreecommitdiffstats
path: root/unotest
Commit message (Collapse)AuthorAgeFilesLines
...
* unotest: remove import from the same packageRobert Antoni Buj i Gelonch2014-09-291-2/+0
| | | | | | | Change-Id: I00b0f5624f5b03d53ff01660ca96dc355238b10c Reviewed-on: https://gerrit.libreoffice.org/11685 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-3/+0
| | | | | | | in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-1/+1
| | | | Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
| | | | Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
* java: remove useless javadoc tagsNoel Grandin2014-08-121-2/+0
| | | | | | that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
| | | | Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-2/+2
| | | | | | .. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10
* java: remove unnecessary semi-colonsNoel Grandin2014-08-084-4/+4
| | | | Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* loplugin:staticcallStephan Bergmann2014-06-131-2/+1
| | | | Change-Id: Ib04cadafab0f3d0cd9e6bb550d846a3a1ca8ea76
* Demystify magic poniesStephan Bergmann2014-06-041-1/+1
| | | | Change-Id: I7e619daf8743d3471ece72d81f6cf1bb61741646
* Detach all DocBasicItem objects upon process termination.Kohei Yoshida2014-05-292-0/+3
| | | | | | | To prevent rogue DocBasicItem objects (which are global objects) from attempting to stop listening after the main app is dead. Change-Id: I68a667137ca4e0eff18278f4d2d5dd67466eaf34
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-13/+10
| | | | | | | Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
* macros_test: use "css" short formTomaž Vajngerl2014-04-121-9/+8
| | | | Change-Id: I2e8d8773703df67d090059be8bd9f3c7c7335f78
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-2/+2
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* Remove visual noise from unotestAlexander Wilms2014-02-261-2/+2
| | | | | | | Change-Id: I34d98f086d1a041516174a26cbf37fc3d75da155 Reviewed-on: https://gerrit.libreoffice.org/8333 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* bool improvementsStephan Bergmann2014-01-281-1/+1
| | | | Change-Id: Ic113564f9d30e59b0292d97318f15e9b04813ce3
* test::BootstrapFixtureBase::getPathFromWorkdir not unusedMichael Stahl2014-01-171-0/+8
| | | | Change-Id: I4ddad27d1e5a4de9885956b80db37f1e2f80a96e
* removed some unused code (svx, svtools, unotest)Petr Vorel2014-01-171-6/+0
| | | | | | | Change-Id: I1250581d69423030bd0a93a1529458b8d424ce3e Reviewed-on: https://gerrit.libreoffice.org/7329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* test::FiltersTest: add support for export testsMiklos Vajna2013-12-171-8/+13
| | | | | | For now, this is only implemented for the Writer RTF filter. Change-Id: I0c7ae5b0e544bd4738652a38474f4d262ce65661
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-173-7/+7
| | | | | | | | | Convert code like aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp"); to aFilename = OUString::number(nFilePostfixCount) + ".bmp"; Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
* fixes for previous commitMarkus Mohrhard2013-12-132-3/+8
| | | | Change-Id: Ic4f2d36ce901b88b47b43fdebba197daf8bd0373
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
| | | | | | | | | change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
* fail early and hardLionel Elie Mamane2013-11-091-0/+2
| | | | Change-Id: Ib550126d190e9436cf77e6c51eaf869ecd75a18b
* fixincludeguards.sh: uno*Thomas Arnhold2013-11-051-2/+2
| | | | Change-Id: I8fb3c25cd583b688104a0ee8620696e7b2958ab5
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
| | | | | | This also means that this code now gets bounds checked in debug builds. Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27
* solver doesn't solve anything...Michael Stahl2013-10-311-3/+0
| | | | | | | | | | | | | | ... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* gbuild: move unittest mock profile to WORKDIRMichael Stahl2013-10-291-4/+1
| | | | Change-Id: Idd6420a855fec8b44fce6c0694b491d5f1eec95e
* stop looking for Jar files in solverMichael Stahl2013-10-251-3/+3
| | | | Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
* Improve test assertionStephan Bergmann2013-10-221-1/+1
| | | | Change-Id: If1f41f9c25600199ba4fb8c2f75ddd7c8ce8c8b3
* Can use CppUnit assert functionality hereStephan Bergmann2013-09-271-3/+1
| | | | Change-Id: Iecc42e79b72e99f9222ba2419226b0f655a5af7d
* Fix URL creationStephan Bergmann2013-09-271-19/+23
| | | | Change-Id: Icbbe9096c60def4687b137a37bfe86c4de9b3f22
* getURLFromWorkdir should actually return a URLStephan Bergmann2013-09-271-1/+2
| | | | Change-Id: Id6d67f820226da15d90b95aa047767926583cc2e
* unittest for fdo#67685Lionel Elie Mamane2013-09-271-4/+0
| | | | Change-Id: I44500717109a026d7c71e6494daacbea1f224263
* make the PythonTest run on WNTMichael Stahl2013-09-221-1/+5
| | | | | | | - fix the PATH - file url needs to start with file:///X:/ (three slashes, literal :) Change-Id: I0d16d1e946fd06ba5523961c23c3b46872c0c050
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
| | | | Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
* gdb-core-bt.sh expects three arguments nowStephan Bergmann2013-07-301-3/+3
| | | | | | | ...since 29b59f2e87d1b00ab6a1f4cc4e960603974992bc "gdb-core-bt: don't talk about core files without a reason." Change-Id: I45640a5724fd98faf3a7c1e44e904f880cc9fc6a
* targetted clean of redundant header piece from 62badf3828Michael Meeks2013-07-261-3/+0
| | | | Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
* unotest: re-add test::BootstrapFixtureBase::getPathFromWorkdirMichael Stahl2013-07-011-0/+15
| | | | | | also erroneously removed in 6a59659541e45198b8cda162f87f6abcd68c6101 Change-Id: Id9e942cf012d901546b5b403d0d04e749fd20695
* Remove unused codePetr Vorel2013-07-011-12/+0
| | | | | | | Change-Id: Id789250d6aeae642ef5c712e33c5583628638218 Reviewed-on: https://gerrit.libreoffice.org/4604 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
* remove some createFromAscii usageThomas Arnhold2013-06-291-3/+3
| | | | | | | | there are a lot more of them: git grep 'createFromAscii[^)]*"' Change-Id: Ibc2e9cae208d8b9c91667bb3b177c6bd6d3a9424
* Migrate CheckFields unit test to pythonDavid Ostrovsky2013-06-181-0/+17
| | | | | | | Change-Id: Ia765b37888b4095a735015e792f06fc89201d1a3 Reviewed-on: https://gerrit.libreoffice.org/4294 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-306-126/+24
|
* fdo#55814 migrate java unit test to pythonDavid Ostrovsky2013-04-271-1/+5
| | | | Change-Id: Ib7ef29354f5d43abd9e67745dd6d3fccaec8612e
* Make informative output more obviousStephan Bergmann2013-04-261-3/+5
| | | | Change-Id: I9088da9fd2eb1b3ea6be6fda85e058abe8d57286
* gbuild: drop uses of removed packagesDavid Tardon2013-04-243-6/+0
| | | | | | | Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* move sal_inc headers to include/David Tardon2013-04-242-2/+2
| | | | | | | Change-Id: I840c681b7c500640d3983e05e9895f3fa8bb1313 Reviewed-on: https://gerrit.libreoffice.org/3501 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* execute move of global headersBjoern Michaelsen2013-04-2310-448/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* clean up PythonTestsDavid Ostrovsky2013-04-221-3/+1
| | | | | | | Conflicts: sw/PythonTest_sw_python.mk Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-226-137/+26
|