(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 21 May 2010 11:25:55 +0000 (11:25 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 21 May 2010 11:25:55 +0000 (11:25 +0000)
src/transport/test_plugin_transport_http.c

index c2a2901d38c5364dd14f48eb72a14b1a9d8b276b..af2e82acd551a6ec993e8b159d4138491689bb5b 100644 (file)
@@ -151,7 +151,8 @@ notify_address (void *cls,
  * the check_address function of the plugin.
  */
 /* FIXME: won't work on IPv6 enabled systems where IPv4 mapping
- * isn't enabled (eg. FreeBSD > 4)
+ * isn't enabled (eg. FreeBSD > 4)[TESTING]
+WEAKRANDOM = YES
  */
 static void
 shutdown_clean ()
@@ -406,9 +407,9 @@ main (int argc, char *const *argv)
                              argv_prog,
                              "test_plugin_transport_http",
                              "testcase", options, &run, NULL)) ? GNUNET_NO : GNUNET_YES;
-  /* FIXME: Please do not generate a key every time
-   * GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http");
-   */
+
+    GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http");
+
 
 /*  if (0 != PLIBC_KILL (pid, SIGTERM))
   {