summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a
2015-05-08Clean up checks of sal_Bool valuesStephan Bergmann
Change-Id: Ia05565077823d6efaeaeb35d3d80b51dd9a10d4c
2015-05-05typo: strech -> stretchAndras Timar
Change-Id: I0de1cfaa0df460c7bc8e49752b31056f95c30053 Reviewed-on: https://gerrit.libreoffice.org/15628 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
Change-Id: I4788824667c8e0d1d4e0717b7ae7737bb0fd2c90
2015-04-27More loplugin:simplifyboolStephan Bergmann
Change-Id: I020627f1747bfa31e60d79954cdb9c8fe0a4e5f2
2015-04-20Use OFFICEOTRON/ODFVALIDATOR determined by configureStephan Bergmann
Change-Id: I456669f15a659e144fc6ecad053cd0b929859424
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
Change-Id: I50d13cdd5fb94a68c2eb7c165c75ab2413a0d254
2015-03-25TyposJulien Nabet
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
2015-03-24loplugin:constantfunction: testNoel Grandin
Change-Id: I86eb9e46bec561bf0ede60180754ae35cefadfd5
2015-03-04V813: Decreased performanceCaolán McNamara
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
2015-01-20Some more loplugin:cstylecast: testStephan Bergmann
Change-Id: I48397ba0cc3c0737f6c47808d353245f81050a2b
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2014-12-19Let MetafileXmlDump::dumpAndParse() take a const GDIMetaFileMiklos Vajna
So the const_cast<> in CppunitTest_sw_uiwriter can go away. Change-Id: Id7d4234154cd6bed43cb5270b50208061038dcf7
2014-12-18test: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Idbdc5c9aab8fa65df39d66da2461337db6350e52
2014-12-18test: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Id4327a479fd61b3793a2b8b250203edcfe3e6754
2014-12-18XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann
...which resolves the mystery of 0ba6360363fb73b5b200bbc486ed8eeac5f3d337 "Garbage in, garbage out?" Change-Id: I51f102699d0474872c80392b27f71030b5e3fb59
2014-12-10CppunitTest --headless is not the same as soffice --headlessStephan Bergmann
...they just "happen" to have the same name Change-Id: Ia602f9a62e07c3af6fba2ffb84a858e1fb4b09ce
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-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12perfcheck instrument existing test : replaceAllLaurent Godard
Change-Id: I7766aa6d69810124b27763912c3e7a8399637280 Reviewed-on: https://gerrit.libreoffice.org/12243 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-10-29Improve framework for callgrind performance unit testsMatúš Kukan
Do not abort in tests which take longer then before. Since 4f5f6d2444a24138c3d3d378771f87cb06427195 we have nice tool to collect callgrind results, store them.. Also, make it not necessary to duplicate anything. Any test can be turned into a performance test by using callgrindStart/callgrindDump. You only need to duplicate the makefile name in gb_Module_add_perfcheck_targets. So, if the test is run as part of 'perfcheck', it runs under callgrind, otherwise it behaves like a regular unit test. Change-Id: I7acbb855b1823c9a32ba126abb57dccc767ca239
2014-10-21sc: fix temp file leak in ScTableSheetsObjMichael Stahl
Change-Id: Iff838c97c1cf633f99e75a169eeb8bb324d4a32a
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, changed from a macro- to a template-based solution. (Unfortunately MSVC 2012 does not support explicit conversion operators. Worked around that with explicit #ifs rather than some HAVE_EXPLICIT_CONVERSION_OPERATORS and SAL_EXPLICIT_CONVERSION_OPERATOR ainticipating we hopefully soon move to a baseline that requires unconditional support for them.) Change-Id: I4a89643b218d247e8e4a861faba458ec6dfe1396
2014-09-30sc: ensure global variables in tests are cleared before shutdownMichael Stahl
If the destructors run from exit handlers, they could access already deleted globals from VCL etc. and crash. Change-Id: I265046e95998a4384e1ce0f1f205d03c078a40a9
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna
Change-Id: I1eb3778e6bcdd8c44ffb9a7548add109331fc83b
2014-09-23Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann
Change-Id: Ia0d06d1e0951bcc3930d5e059658209a2916405f
2014-09-18fdo#82577: Handle FontNoel Grandin
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-02coverity#1233488 Unchecked dynamic_castCaolán McNamara
Change-Id: I9599fb4473a43a4624d64c48e8768761fcbd266f
2014-08-28parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl
Change-Id: Ia9fb79ea40ca840d7328a078e747ad64a63d18f1
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin
Change-Id: Ib49a0dd5ecee0225f51bea2ff1c0ab5326595a47
2014-08-17Fix another: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin
Change-Id: I8b78126cab64f023ffcb35c080576148b1eb15f5
2014-08-17Fix: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin
Change-Id: Ic6cf4bc6dab4b9e2610aebdc42e3df7b56eda59d
2014-08-17loplugin:passstuffbyref (Primitive2DSequence)Matteo Casalin
Change-Id: I3d9c6daa09d71ca872021fe13405b08050e191d9
2014-08-16initial implementation of XML dump for Primitive2DSequenceTomaž Vajngerl
Change-Id: I6618b18164a26553f81a1c737e009b7187b028c3
2014-08-16XmlWriter: simplify and take SvStream* as inputTomaž Vajngerl
Change-Id: I56b2fa6887f7971604a2dcf34497ecda9cea8937
2014-08-16mtfxmldump: move XML writing into its own functionTomaž Vajngerl
Change-Id: I82954177fe9d4934e69b33c1c985304add09e089
2014-08-16No need to write 'Tomaž Vajngerl
Change-Id: I0562defc6fc60ee83bc73b901caf46b1283a9df9
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-08fix ambiguity in argumentMarkus Mohrhard
Change-Id: I00146441b1271d7a3c866ad58d1b3c72b845dc0c
2014-08-08XStyleLoader2 loadStylesFromDocument - unit testsLaurent Godard
Change-Id: Id143689f573e6f8585db9bc48a252e311ff0e721
2014-08-06Improve test failure outputStephan Bergmann
Change-Id: I4417318988ef70639cbcec9d776c783ad69c3990
2014-07-29Remove some unused codeMarcos Paulo de Souza
Change-Id: Ib1fb5108a858c35a5bbe8ba865e15660639725e3 Reviewed-on: https://gerrit.libreoffice.org/10593 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-07-20xmlwriter: set indent and always write utf8 xml documentTomaž Vajngerl
Change-Id: I1477833e696edbac2dc375329e7b26a7105d1593
2014-07-20Support color related MTF actions in mtfxmldumpTomaž Vajngerl
Change-Id: I5deac7f096866a8f149acfd0d11bbc0963238e88
2014-07-20Extend metafile to xml dump testing tool with more MFT actionsTomaž Vajngerl
Change-Id: I819de476c6a615b8cf27a6a26d41a6e9ac25ef85
2014-07-04improve test failure messageMarkus Mohrhard
Change-Id: I71d6b65b046bfc31692ba12423288c55fccb2d02
2014-07-02correct XSheetAnnotations GetByIndex test for #fdo#80551Laurent Godard
the previous testGetCount test already added a note on sheet 2 testGetByIndex now works on sheet 3 Change-Id: I2cd49aa2bbf5c1b707287518e0f15088f3ee5ec0 Reviewed-on: https://gerrit.libreoffice.org/9938 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-02unit test XSheetAnnotations GetByIndex for #fdo80551Laurent Godard
Change-Id: I89ebc3d5ac257f3c754a050caf3776959b81d8b3 Reviewed-on: https://gerrit.libreoffice.org/9933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>