summaryrefslogtreecommitdiff
path: root/sw/qa/extras/inc
AgeCommit message (Collapse)Author
2013-10-10Minor improvementsStephan Bergmann
Change-Id: I1dfe57368f438087d6e6131d36128db4438792eb
2013-10-02WaE: unused variableTor Lillqvist
Change-Id: I3c5d542ef57afba0d6e308e033bf179af4216975
2013-09-15CharBrd 10: Some documentationZolnai Tamás
Change-Id: I4c6c2cd4acf8ae4a759a662f92066ad63df74b3c
2013-09-10Improve border equal check in filter tests 2.Zolnai Tamás
Change the order of words BORDER and EQUAL in the macro name to become consistent with other macro names. e.g. CPPUNIT_ASSERT_DOUBLES_EQUAL Use a function inside the macro to make it type safe. Add additional message to make clear why the test failed. Change-Id: I9fc7a5813adf2cac36ae831d438cec498232b06c Reviewed-on: https://gerrit.libreoffice.org/5885 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-08Improve border equal check in filter testsZolnai Tamás
With macro the error message will point to the right line. Check padding distinct. Change-Id: Id09fbf65350a7a3708923eb07d673068c2943b50
2013-08-27Reduce copy&paste by adding SwModelTestBase::getShape()Miklos Vajna
Change-Id: I3b73405c546427bb5676db30e297af36c18043e6
2013-08-18CharBrd 8.2: Tests for UNO API and ODF filterZolnai Tamás
Use just those API tests which still alive. Export filter test use import so no need for distinct import tests. Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8
2013-06-16SwModelTestBase: fix for leaking temporary filesMiklos Vajna
This alone pushes down the number of created /tmp/lu* from 527 to 2 after a single run. Regression from 9b53538a076a2370df975655c8579dfe09cff09b. Change-Id: I5ea2e3da0b89223fb32469af3d59a2a3b246d00f Helped-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-05-23SwModelTestBase: avoid not needed SAL_PRIuUINT32Miklos Vajna
Change-Id: Id3aa47866fb753fb6a08d9dfcfb0ecb34d4a4770
2013-05-13bnc#816603 testcaseMiklos Vajna
Make sure that at least full-page-width multi-page floating tables are imported on multiple pages. Change-Id: Ifb974d50c50b1495634ac2652a3ae46235bb5f52
2013-04-30fdo#62336 - unit test for conversion failure.Michael Meeks
Turns out this depends on not doing layout, and so is a real corner-case. Change-Id: If9d2db6b1a0df94fc809fb353f2dbf2cf9ac1c9a
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-26SwModelTestBase: add save(), next to load() and reload()Miklos Vajna
Change-Id: I15405dd6be64da689257aed50ba847f3741df3a1
2013-04-24add comment to the right function (result of mismerge?)Luboš Luňák
Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-18fdo#63023 incorrect RTF background color in headerMiklos Vajna
Change-Id: I33f5c8a856206860ac9cdb23dd6b5222cb785bf7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-02-18fdo#60842: add a unit testMichael Stahl
Change-Id: Ie91fe22f2baf0a280e5cf21c2416228ab414f285
2013-02-05Pass DocumentService to the loader during macro tests.Kohei Yoshida
And disable user interaction during type detection, since that would cause the test to fail. With this change, 'make check' works once again. Change-Id: I2f45a2e962e45ee64f7984e794cff814fbfe6dab
2013-01-16sw unit test: force layout compute after loading documentPierre-Eric Pelloux-Prayer
Change-Id: I35173bbc2a4e33dfee555aa71f053e219ef01d1e
2013-01-11sw unit test: add call to CalcLayout before using the layoutPierre-Eric Pelloux-Prayer
Change-Id: Ibb3f8175729cb579a687275a11884c397152fe94 Reviewed-on: https://gerrit.libreoffice.org/1645 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-11sw unit test: layout dump must be resetted in 'reload' methodPierre-Eric Pelloux-Prayer
Otherwise tests relying on layout dumps will parse the wrong dump. Change-Id: Ib7b4bc3a231eb3082567a1d1ed38c96835d43add Reviewed-on: https://gerrit.libreoffice.org/1643 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-08SwModelTestBase: clear layout dump cache after testing a documentMiklos Vajna
2012-12-21sw: add csv output for extra filter testsMiklos Vajna
Like the minimal filter tests, these tests are invoked from a single cppunit method since commit 0a30cb22a141c26b4eab43a478d32df0769596ec, so some info about exactly what file failed is necessary. If we are at it, also print the (re)loading time as well.
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-11-26sw/qa/extras: default style change name changedMiklos Vajna
Regression from 2e4f4171d6a29858108922619d680606b633d8f2. Change-Id: Iaaf1cf180458e9b745875aae457e1e3355566385
2012-11-18sw: move swmodeltestbase.hxx to qa/extras/inc/Miklos Vajna
If we already have such an include dir, let's have all headers there. Change-Id: I2100b5308e7fdad9d98cfde76434ff485aca20c7
2012-09-26sw: remove unneeded using statements in qa/extrasMiklos Vajna
Change-Id: I23b77b9c8d245d84a045bdedda1584419f4fddda
2012-08-15moved my border test to odfimportArtur Dorda
Change-Id: Iafab67a2e1f75f754be99a98f8e573ad07847463
2012-08-15Added new border test in Writer, checks all the borders, not only the top oneArtur Dorda
Change-Id: Ibbbd5043e89104de4b91425b4972920e8c51cdca
2012-08-15Refactoring the border test in sw, one header will be in all 3 testsArtur Dorda
Change-Id: I007019738c901e0194006ae34e7e5b99f72ee91d