gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14253 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r14253 - gnunet/src/testing
Date: Tue, 25 Jan 2011 11:37:29 +0100

Author: nevans
Date: 2011-01-25 11:37:29 +0100 (Tue, 25 Jan 2011)
New Revision: 14253

Modified:
   gnunet/src/testing/test_testing_reconnect.c
Log:
fix testcase

Modified: gnunet/src/testing/test_testing_reconnect.c
===================================================================
--- gnunet/src/testing/test_testing_reconnect.c 2011-01-25 10:33:36 UTC (rev 
14252)
+++ gnunet/src/testing/test_testing_reconnect.c 2011-01-25 10:37:29 UTC (rev 
14253)
@@ -163,7 +163,7 @@
               "Daemon `%s' started.\n", GNUNET_i2s (id));
 #endif
   d2 =
-    GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL,
+    GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
                                  &my_cb2, NULL);
   GNUNET_assert (d2 != NULL);
 }
@@ -190,7 +190,7 @@
 {
   phase++;
   d1 =
-    GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL,
+    GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
                                  &my_cb1, NULL);
   GNUNET_assert (d1 != NULL);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]