Re-enable capture tests now that a a dumpcap problem has been corrected.
[obnox/wireshark/wip.git] / test / suite-capture.sh
index feedd46ec11c1d45db12f330f9147c07c2ad3e40..78ccc022c66ac5e5db557bda443b0ac99f3d0a80 100755 (executable)
@@ -384,7 +384,7 @@ capture_suite() {
        test_step_set_pre capture_cleanup_step
        test_step_set_post capture_cleanup_step
        test_remark_add "Capture - need some traffic on interface: \"$TRAFFIC_CAPTURE_IFACE\""
-##     test_suite_add "TShark capture" tshark_capture_suite
-##     test_suite_add "Wireshark capture" wireshark_capture_suite
-##     test_suite_add "Dumpcap capture" dumpcap_capture_suite
+       test_suite_add "Dumpcap capture" dumpcap_capture_suite
+       test_suite_add "TShark capture" tshark_capture_suite
+       test_suite_add "Wireshark capture" wireshark_capture_suite
 }