summaryrefslogtreecommitdiffstats
path: root/onlineupdate/qa
Commit message (Collapse)AuthorAgeFilesLines
* updater: get the signature verification working on WindowsMarkus Mohrhard2017-07-311-1/+1
| | | | | | | | | | | The updater itself does not link to NSS on Windows and instead uses the Windows-internal crypto libraries. However the mar executable needs to link against NSS, so we need to split the code a bit. Change-Id: Iea61c716aa507a876fdb444eb28ad828bdea18bd Reviewed-on: https://gerrit.libreoffice.org/40608 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* updater: add a one step update testMarkus Mohrhard2017-06-244-0/+27
| | | | Change-Id: I548504ecc5fd2403596ad6eb5af116e4a46ddc35
* updater: move the data location for the replacement testMarkus Mohrhard2017-06-172-4/+7
| | | | Change-Id: I6b3bbe9dda2461ed83ef8b4e15179ad345c08bd4
* updater: respect version info for manual testsMarkus Mohrhard2017-06-172-0/+0
| | | | Change-Id: Id9df2e685b7a7ff420bb7289089dc1e5c5f5c074
* updater: add manual test for new language updatesMarkus Mohrhard2017-06-164-0/+21
| | | | Change-Id: I6d77039f0cafe0f436cc687bb424588a59c3d464
* updater: rename test directory to reflect the tested codeMarkus Mohrhard2017-06-163-0/+0
| | | | Change-Id: I672bbb2ac30c5e27b729fe34e206642e436c076b
* updater: add short explanation about the testMarkus Mohrhard2017-06-161-0/+2
| | | | Change-Id: Ic0cfa565048793181ece17b33337e011028a2aad
* add a way to manually test the automatic updater with a simple test projectMarkus Mohrhard2017-06-113-0/+15
This reduced my development iterations from around 15 minutes to a few seconds. Change-Id: I758a3e534862e8feca2544ee9e80f0330d06b992