Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: enable tcp_connect_error_fault test
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed May 17, 2012
1 parent 538a562 commit 7447048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-list.h
Expand Up @@ -42,6 +42,7 @@ TEST_DECLARE (tcp_bind_error_fault)
TEST_DECLARE (tcp_bind_error_inval)
TEST_DECLARE (tcp_bind_localhost_ok)
TEST_DECLARE (tcp_listen_without_bind)
TEST_DECLARE (tcp_connect_error_fault)
TEST_DECLARE (tcp_connect_timeout)
TEST_DECLARE (tcp_close)
TEST_DECLARE (tcp_flags)
Expand Down Expand Up @@ -215,6 +216,7 @@ TASK_LIST_START
TEST_ENTRY (tcp_bind_error_inval)
TEST_ENTRY (tcp_bind_localhost_ok)
TEST_ENTRY (tcp_listen_without_bind)
TEST_ENTRY (tcp_connect_error_fault)
TEST_ENTRY (tcp_connect_timeout)
TEST_ENTRY (tcp_close)
TEST_ENTRY (tcp_flags)
Expand Down

0 comments on commit 7447048

Please sign in to comment.