aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2015-09-13 07:49:59 +0000
committerGabor X Toth <*@tg-x.net>2015-09-13 07:49:59 +0000
commit646e102680bff31286fa731aa5393f0eea19afe2 (patch)
tree4d1a39d33aef2e15f3c8ecd9d7b0c0a747a34ec2 /src/social/test_social.c
parentc547a9dbe17b3566556557b9d88971cdc2b02ac2 (diff)
multicast tests
Diffstat (limited to 'src/social/test_social.c')
-rw-r--r--src/social/test_social.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index 5a224c4aea..d070ecf69e 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -757,6 +757,7 @@ guest_talk ()
"_bar_baz", DATA2ARG ("four five"));
tmit.data[0] = "zzz xxx yyy";
tmit.data[1] = "zyx wvu tsr qpo";
+ tmit.data_delay[1] = 1;
tmit.data[2] = "testing ten nine eight";
tmit.data_count = 3;
@@ -785,6 +786,7 @@ host_announce ()
"_foo_bar_baz", DATA2ARG ("foo bar baz"));
tmit.data[0] = "aaa bbb ccc";
tmit.data[1] = "abc def ghi jkl";
+ tmit.data_delay[1] = 1;
tmit.data[2] = "testing one two three";
tmit.data[3] = "four five";
tmit.data_count = 4;