gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17715 - gnunet/src/testing
Date: Mon, 24 Oct 2011 13:50:51 +0200

Author: grothoff
Date: 2011-10-24 13:50:51 +0200 (Mon, 24 Oct 2011)
New Revision: 17715

Modified:
   gnunet/src/testing/test_testing_reconnect.c
Log:
check return vals

Modified: gnunet/src/testing/test_testing_reconnect.c
===================================================================
--- gnunet/src/testing/test_testing_reconnect.c 2011-10-24 11:50:22 UTC (rev 
17714)
+++ gnunet/src/testing/test_testing_reconnect.c 2011-10-24 11:50:51 UTC (rev 
17715)
@@ -192,9 +192,9 @@
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n");
 #endif
   c1 = GNUNET_CONFIGURATION_create ();
-  GNUNET_CONFIGURATION_load (c1, "test_testing_connect_peer1.conf");
+  GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (c1, 
"test_testing_connect_peer1.conf"));
   c2 = GNUNET_CONFIGURATION_create ();
-  GNUNET_CONFIGURATION_load (c2, "test_testing_connect_peer2.conf");
+  GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (c2, 
"test_testing_connect_peer2.conf"));
   run_phase ();
 }
 




reply via email to

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