- unique constraint
[oweals/gnunet.git] / src / testbed / test_testbed_api_hosts.c
index 5938791888fa7aa4d35c56eb776f6a759552c4fe..4d96b23033e5a8a5fdd8e1a2ad9a36a7473f3432 100644 (file)
@@ -118,7 +118,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   {
     if (cnt < 3)
     {
-      GNUNET_assert (0 == strcmp ("totakura", 
+      GNUNET_assert (0 == strcmp ("totakura",
                                   GNUNET_TESTBED_host_get_username_
                                   (hosts[cnt])));
       GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt]));
@@ -126,7 +126,7 @@ run (void *cls, char *const *args, const char *cfgfile,
     }
     if (3 == cnt)
     {
-      GNUNET_assert (0 == strcmp ("totakura", 
+      GNUNET_assert (0 == strcmp ("totakura",
                                   GNUNET_TESTBED_host_get_username_
                                   (hosts[cnt])));
       GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt]));
@@ -134,10 +134,10 @@ run (void *cls, char *const *args, const char *cfgfile,
     }
     if (4 == cnt)
     {
-      GNUNET_assert (0 == strcmp ("totakura", 
+      GNUNET_assert (0 == strcmp ("totakura",
                                   GNUNET_TESTBED_host_get_username_
                                   (hosts[cnt])));
-      GNUNET_assert (0 == strcmp ("asgard",
+      GNUNET_assert (0 == strcmp ("asgard.realm",
                                   GNUNET_TESTBED_host_get_hostname
                                   (hosts[cnt])));
       GNUNET_assert (22 == GNUNET_TESTBED_host_get_ssh_port_ (hosts[cnt]));