Wireshark-commits: [Wireshark-commits] master 58cde5c: Add tests for the Qt UI.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Oct 2014 22:30:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=58cde5c74accbb7ad843e4b97e64c2b9f74b8854
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

58cde5c by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add tests for the Qt UI.
    
    Make sure the Qt UI quits if WIRESHARK_QUIT_AFTER_CAPTURE is set. Make
    sure Bourne shell scripts (*.sh) have UNIX/POSIX line endings. Reduce
    some time values so that the tests run faster.
    
    Change-Id: I81df7c6f72d7d807d1856863cbea1bb6326ca711
    Reviewed-on: https://code.wireshark.org/review/4407
    Tested-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  b5aa0d2   Qt: Try to reduce the initialization time.
    adds  58cde5c   Add tests for the Qt UI.


Summary of changes:
 .gitattributes              |    1 +
 test/config.sh              |    5 ++++-
 test/suite-capture.sh       |   34 ++++++++++++++++++++++++++++++++--
 test/suite-io.sh            |    6 ++++++
 test/test.sh                |    2 +-
 ui/qt/main.cpp              |    2 +-
 ui/qt/main_window_slots.cpp |   18 ++++++++++++++++++
 7 files changed, 63 insertions(+), 5 deletions(-)