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)
downloadgnunet-646e102680bff31286fa731aa5393f0eea19afe2.tar.gz
gnunet-646e102680bff31286fa731aa5393f0eea19afe2.zip
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 5a224c4ae..d070ecf69 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -757,6 +757,7 @@ guest_talk ()
757 "_bar_baz", DATA2ARG ("four five")); 757 "_bar_baz", DATA2ARG ("four five"));
758 tmit.data[0] = "zzz xxx yyy"; 758 tmit.data[0] = "zzz xxx yyy";
759 tmit.data[1] = "zyx wvu tsr qpo"; 759 tmit.data[1] = "zyx wvu tsr qpo";
760 tmit.data_delay[1] = 1;
760 tmit.data[2] = "testing ten nine eight"; 761 tmit.data[2] = "testing ten nine eight";
761 tmit.data_count = 3; 762 tmit.data_count = 3;
762 763
@@ -785,6 +786,7 @@ host_announce ()
785 "_foo_bar_baz", DATA2ARG ("foo bar baz")); 786 "_foo_bar_baz", DATA2ARG ("foo bar baz"));
786 tmit.data[0] = "aaa bbb ccc"; 787 tmit.data[0] = "aaa bbb ccc";
787 tmit.data[1] = "abc def ghi jkl"; 788 tmit.data[1] = "abc def ghi jkl";
789 tmit.data_delay[1] = 1;
788 tmit.data[2] = "testing one two three"; 790 tmit.data[2] = "testing one two three";
789 tmit.data[3] = "four five"; 791 tmit.data[3] = "four five";
790 tmit.data_count = 4; 792 tmit.data_count = 4;