summaryrefslogtreecommitdiff
path: root/sw/qa/extras/README
AgeCommit message (Collapse)AuthorFilesLines
2017-05-17Use more secure HTTPS URL for dev-www.libreoffice.orgPaul Menzel1-1/+1
Run the command below to convert all URLs for *dev-www.libreoffice.org* to use the more secure HTTPS URL. ``` git grep -l 'http://dev-www' | xargs sed -i 's,http://dev-www.libreoffice.org,https://dev-www.libreoffice.org,g' ``` If a redirect is implemented for the insecure HTTP requests, also one request would be saved. ``` $ curl -I http://dev-www.libreoffice.org HTTP/1.1 200 OK Date: Wed, 17 May 2017 10:00:52 GMT Server: Apache/2.2.12 (Linux/SUSE) Content-Type: text/html;charset=ISO-8859-1 $ curl -I https://dev-www.libreoffice.org HTTP/1.1 200 OK Date: Wed, 17 May 2017 10:00:57 GMT Server: Apache/2.2.12 (Linux/SUSE) Content-Type: text/html;charset=ISO-8859-1 ``` Change-Id: I99626ded90f72239f98ce76fd1b2760c31c34408 Reviewed-on: https://gerrit.libreoffice.org/37703 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-02-15sw/qa/extras: go back to the TDF mirror for xrayMiklos Vajna1-1/+1
This was already mentioned once, but then got replaced with the original homepage which is now gone. Change-Id: I854e47e45b4f3b85e9957329266d43d6d896e06a
2016-03-09sw testcases: avoid using UI name for default style nameMiklos Vajna1-2/+2
Change-Id: Ic2e08245dd022555ad6308283d406d81141a9124
2015-05-11sw/qa/extras doc: advertise CPPUNIT_TEST_NAMEMiklos Vajna1-5/+4
And get rid of the no longer needed hack. Change-Id: I275cbf212a6e6d3d28d136be9736dd1ac03a66ef
2014-07-16sw/qa/extras/README: document how to run a single testMiklos Vajna1-0/+19
This was already documented in the code, but first it got copy&pasted several times, then now it's "hidden" in a header, so not so easy to find. Change-Id: I6c6814a14bb6208d9f31ee66f0c0f9b843ee7157
2014-07-10Update sw/qa/extras/READMEMiklos Vajna1-30/+18
The run() method is gone since 4.2. Change-Id: Ia7a9932001dff7834e960885096468148d47738a
2014-04-23link to the latest xray versionLuboš Luňák1-4/+4
Change-Id: Ib4971227af78787cc98fc6b6c0def76871583dcd
2014-03-12sw: document that parseDump() uses the F12-generated layout dumpMiklos Vajna1-0/+11
Change-Id: I9613cda8f08ce6a92235b00a053aca4541bba81d
2014-03-03sw/qa: clean up xray instructionsMiklos Vajna1-4/+1
Change-Id: I34ed7b81a838a2c994bb028e92f463d7b08f242f
2013-12-16sw/qa/extras: document XPath checksMiklos Vajna1-0/+18
Change-Id: I78cd22485bd5d76ca37fa07e2e2eeae1da5bfea3
2013-08-27Reduce copy&paste by adding SwModelTestBase::getShape()Miklos Vajna1-5/+1
Change-Id: I3b73405c546427bb5676db30e297af36c18043e6
2012-12-18sw: update README of qa/extrasMiklos Vajna1-7/+10
Change-Id: I7fc9fb44cbcabfc6d9e766777a3425794beb2bb2
2012-11-26sw/qa/extras: default style change name changedMiklos Vajna1-2/+2
Regression from 2e4f4171d6a29858108922619d680606b633d8f2. Change-Id: Iaaf1cf180458e9b745875aae457e1e3355566385
2012-07-13getParagraph helperLuboš Luňák1-0/+5
Change-Id: I8170f95e01b98db2fe79070dacfd7436e37019a2
2012-07-13helper for XPropertySetLuboš Luňák1-10/+4
Change-Id: Ia00cf37a4bc46c73047ecc4c57f11a4a3de3cb90
2012-06-19add finding out page width to a testcaseLuboš Luňák1-0/+23
Change-Id: I0de5e694adedf8812cc31036860991c853f38d93
2012-06-01fix some typoKorrawit Pruegsanusak1-1/+1
Change-Id: Ib88169968d164c88703505da022887ea8d53c721
2012-05-18note how to find images using UNO, as it's not exactly easy to find outLuboš Luňák1-0/+20
Change-Id: If5440cae646a56fef4c054774705689e5512b8e4
2012-05-18be more kind to people who have not yet seen the world of UNOLuboš Luňák1-25/+123
Change-Id: I63344d31273cb0014f9d1767f8f36f78c9ff1bb8
2012-05-17sw/qa/extras: add a README explaining how to add new testsMiklos Vajna1-0/+102
Change-Id: I2a361a2c9becece74d41cb917a789a4429b3f3c1