aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_disconnect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-10 14:58:37 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-10 14:58:37 +0000
commit4f77ea5b2b3d53a21f70237f8b92a9a2273c21bf (patch)
tree8f93edb4d6608668822dd2832a734eddc79daac4 /src/transport/test_transport_api_disconnect.c
parentc4a3cadf446bdc115a2efb37b10715c2ad8b4575 (diff)
downloadgnunet-4f77ea5b2b3d53a21f70237f8b92a9a2273c21bf.tar.gz
gnunet-4f77ea5b2b3d53a21f70237f8b92a9a2273c21bf.zip
clean up switch tests
Diffstat (limited to 'src/transport/test_transport_api_disconnect.c')
-rw-r--r--src/transport/test_transport_api_disconnect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_disconnect.c b/src/transport/test_transport_api_disconnect.c
index 770c5a22f..070a4124c 100644
--- a/src/transport/test_transport_api_disconnect.c
+++ b/src/transport/test_transport_api_disconnect.c
@@ -21,7 +21,9 @@
21 * @file transport/test_transport_api_disconnect.c 21 * @file transport/test_transport_api_disconnect.c
22 * @brief base test case for transport implementations 22 * @brief base test case for transport implementations
23 * 23 *
24 * This test case tests disconnect notifications in peer shutdown 24 * This test case tests disconnect notifications in peer shutdown.
25 * Starts two peers, has them connect, sends a message in between,
26 * stops one peer, expects the others to send a disconnect notification.
25 */ 27 */
26#include "platform.h" 28#include "platform.h"
27#include "gnunet_transport_service.h" 29#include "gnunet_transport_service.h"