summaryrefslogtreecommitdiff
path: root/onlineupdate/qa
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31updater: get the signature verification working on WindowsMarkus Mohrhard1-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>
2017-06-24updater: add a one step update testMarkus Mohrhard4-0/+27
Change-Id: I548504ecc5fd2403596ad6eb5af116e4a46ddc35
2017-06-17updater: move the data location for the replacement testMarkus Mohrhard2-4/+7
Change-Id: I6b3bbe9dda2461ed83ef8b4e15179ad345c08bd4
2017-06-17updater: respect version info for manual testsMarkus Mohrhard2-0/+0
Change-Id: Id9df2e685b7a7ff420bb7289089dc1e5c5f5c074
2017-06-16updater: add manual test for new language updatesMarkus Mohrhard4-0/+21
Change-Id: I6d77039f0cafe0f436cc687bb424588a59c3d464
2017-06-16updater: rename test directory to reflect the tested codeMarkus Mohrhard3-0/+0
Change-Id: I672bbb2ac30c5e27b729fe34e206642e436c076b
2017-06-16updater: add short explanation about the testMarkus Mohrhard1-0/+2
Change-Id: Ic0cfa565048793181ece17b33337e011028a2aad
2017-06-11add a way to manually test the automatic updater with a simple test projectMarkus Mohrhard3-0/+15
This reduced my development iterations from around 15 minutes to a few seconds. Change-Id: I758a3e534862e8feca2544ee9e80f0330d06b992