aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_hosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_hosts.c')
-rw-r--r--src/testbed/test_testbed_api_hosts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/test_testbed_api_hosts.c b/src/testbed/test_testbed_api_hosts.c
index 0c3c17a6b..4d96b2303 100644
--- a/src/testbed/test_testbed_api_hosts.c
+++ b/src/testbed/test_testbed_api_hosts.c
@@ -118,7 +118,7 @@ run (void *cls, char *const *args, const char *cfgfile,
118 { 118 {
119 if (cnt < 3) 119 if (cnt < 3)
120 { 120 {
121 GNUNET_assert (0 == strcmp ("totakura", 121 GNUNET_assert (0 == strcmp ("totakura",
122 GNUNET_TESTBED_host_get_username_ 122 GNUNET_TESTBED_host_get_username_
123 (hosts[cnt]))); 123 (hosts[cnt])));
124 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt])); 124 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt]));
@@ -126,7 +126,7 @@ run (void *cls, char *const *args, const char *cfgfile,
126 } 126 }
127 if (3 == cnt) 127 if (3 == cnt)
128 { 128 {
129 GNUNET_assert (0 == strcmp ("totakura", 129 GNUNET_assert (0 == strcmp ("totakura",
130 GNUNET_TESTBED_host_get_username_ 130 GNUNET_TESTBED_host_get_username_
131 (hosts[cnt]))); 131 (hosts[cnt])));
132 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt])); 132 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt]));
@@ -134,7 +134,7 @@ run (void *cls, char *const *args, const char *cfgfile,
134 } 134 }
135 if (4 == cnt) 135 if (4 == cnt)
136 { 136 {
137 GNUNET_assert (0 == strcmp ("totakura", 137 GNUNET_assert (0 == strcmp ("totakura",
138 GNUNET_TESTBED_host_get_username_ 138 GNUNET_TESTBED_host_get_username_
139 (hosts[cnt]))); 139 (hosts[cnt])));
140 GNUNET_assert (0 == strcmp ("asgard.realm", 140 GNUNET_assert (0 == strcmp ("asgard.realm",