Re-enable the Wireshark test suite.

Change-Id: Icfd9edb8c6ef7620878bc9d60c8dcc569ad2abad
Reviewed-on: https://code.wireshark.org/review/4434
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2014-10-02 17:02:13 -07:00
parent 242a1e5012
commit bdfff4d3c7
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ capture_suite() {
test_remark_add "Capture - need some traffic on interface: \"$TRAFFIC_CAPTURE_IFACE\""
test_suite_add "Dumpcap capture" dumpcap_capture_suite
test_suite_add "TShark capture" tshark_capture_suite
#test_suite_add "Wireshark capture" wireshark_capture_suite
test_suite_add "Wireshark capture" wireshark_capture_suite
test_suite_add "Wireshark 1 capture" wireshark_gtk_capture_suite
}