Wireshark-commits: [Wireshark-commits] master-3.2 8e8ba83: Test+Qt: Add an automatic update check.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e8ba83b01d158af719ae45f915f958b3648c4ca
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
8e8ba83 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Test+Qt: Add an automatic update check.
Add software_update_info() to the software update module, which returns
the name of our update library if we have one. Use it to add automatic
update information to the compiled information in `wireshark --version`.
Add a "release" test suite, which contains a test for automatic updates.
Ping-Bug: 16381
Change-Id: I867a96bdcfde8be541eca2dc0e84b5000276e7dd
Reviewed-on: https://code.wireshark.org/review/36107
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit d7bbe384f51b99b03694db811f48cf5a098ad65c)
Reviewed-on: https://code.wireshark.org/review/36130
Actions performed:
from 7d6291d [Automatic update for 2020-02-16]
add 8e8ba83 Test+Qt: Add an automatic update check.
Summary of changes:
CMakeLists.txt | 1 +
test/suite_release.py | 47 +++++++++++++++++++++++++++++++++++++++++++++++
test/test.py | 2 ++
ui/qt/main.cpp | 11 ++++++++++-
ui/software_update.c | 13 ++++++++++++-
ui/software_update.h | 6 ++++++
6 files changed, 78 insertions(+), 2 deletions(-)
create mode 100644 test/suite_release.py