Re-enable capture tests now that a a dumpcap problem has been corrected.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Aug 2007 17:49:16 +0000 (17:49 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Aug 2007 17:49:16 +0000 (17:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22708 f5534014-38df-0310-8fa8-9805f1628bb7

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
 }