-fix
[oweals/gnunet.git] / src / gns / test_gns_max_queries.c
index 1c3037b8743294db9443c70f322c1ad586756c85..0d3cf931ffeda74ec13fb34cb2e26d99b88e3dc8 100644 (file)
@@ -42,8 +42,8 @@
 #define DEFAULT_NUM_PEERS 2
 
 /* test records to resolve */
-#define TEST_DOMAIN "www.gnunet"
-#define TEST_DOMAIN_NACK "doesnotexist.bob.gnunet"
+#define TEST_DOMAIN "www.gads"
+#define TEST_DOMAIN_NACK "doesnotexist.bob.gads"
 #define TEST_IP "127.0.0.1"
 #define TEST_RECORD_NAME "www"
 #define TEST_ADDITIONAL_LOOKUPS 5
@@ -136,6 +136,7 @@ on_lookup_result(void *cls, uint32_t rd_count,
 
   GNUNET_NAMESTORE_disconnect (namestore_handle);
   namestore_handle = NULL;
+  fprintf (stderr, "\n");
   if (rd_count == 0)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -200,7 +201,7 @@ commence_testing (void *cls, int32_t success, const char *emsg)
   {
     GNUNET_snprintf(lookup_name,
                     MAX_DNS_NAME_LENGTH,
-                    "www.doesnotexist-%d.bob.gnunet", i);
+                    "www.doesnotexist-%d.bob.gads", i);
     GNUNET_GNS_lookup(gns_handle, lookup_name, GNUNET_GNS_RECORD_A,
                       GNUNET_NO,
                       NULL,