gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25535 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r25535 - gnunet/src/mesh
Date: Tue, 18 Dec 2012 20:19:29 +0100

Author: bartpolot
Date: 2012-12-18 20:19:29 +0100 (Tue, 18 Dec 2012)
New Revision: 25535

Modified:
   gnunet/src/mesh/test_mesh_2dtorus.c
Log:
- adapt first test to mesh test lib

Modified: gnunet/src/mesh/test_mesh_2dtorus.c
===================================================================
--- gnunet/src/mesh/test_mesh_2dtorus.c 2012-12-18 19:19:10 UTC (rev 25534)
+++ gnunet/src/mesh/test_mesh_2dtorus.c 2012-12-18 19:19:29 UTC (rev 25535)
@@ -91,6 +91,7 @@
   peers_running = num_peers;
   timeout_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_MINUTES, 
                                                &shutdown_task, ctx);
+  ok = GNUNET_OK;
   GNUNET_MESH_TEST_cleanup (ctx);
 }
 
@@ -102,6 +103,7 @@
 main (int argc, char *argv[])
 {
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: Start\n");
+  ok = GNUNET_SYSERR;
 
   GNUNET_MESH_TEST_run ("test_mesh_2dtorus",
                         "test_mesh_2dtorus.conf",




reply via email to

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