gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21828 - in gnunet/src: integration-tests mesh


From: gnunet
Subject: [GNUnet-SVN] r21828 - in gnunet/src: integration-tests mesh
Date: Sat, 9 Jun 2012 20:32:58 +0200

Author: grothoff
Date: 2012-06-09 20:32:58 +0200 (Sat, 09 Jun 2012)
New Revision: 21828

Modified:
   gnunet/src/integration-tests/Makefile.am
   gnunet/src/mesh/test_mesh_2dtorus.c
   gnunet/src/mesh/test_mesh_small.c
Log:
-fix

Modified: gnunet/src/integration-tests/Makefile.am
===================================================================
--- gnunet/src/integration-tests/Makefile.am    2012-06-09 18:31:29 UTC (rev 
21827)
+++ gnunet/src/integration-tests/Makefile.am    2012-06-09 18:32:58 UTC (rev 
21828)
@@ -116,7 +116,7 @@
 test_connection_stability_SOURCES = \
  test_connection_stability.c
 test_connection_stability_LDADD = \
- $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/testing_old/libgnunettesting_old.la \
  $(top_builddir)/src/util/libgnunetutil.la  
 
 

Modified: gnunet/src/mesh/test_mesh_2dtorus.c
===================================================================
--- gnunet/src/mesh/test_mesh_2dtorus.c 2012-06-09 18:31:29 UTC (rev 21827)
+++ gnunet/src/mesh/test_mesh_2dtorus.c 2012-06-09 18:32:58 UTC (rev 21828)
@@ -296,12 +296,12 @@
 
 #if VERBOSE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: Starting daemons.\n");
-  GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing",
+  GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing_old",
                                          "use_progressbars", "YES");
 #endif
 
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing",
+      GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing_old",
                                              "num_peers", &num_peers))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,

Modified: gnunet/src/mesh/test_mesh_small.c
===================================================================
--- gnunet/src/mesh/test_mesh_small.c   2012-06-09 18:31:29 UTC (rev 21827)
+++ gnunet/src/mesh/test_mesh_small.c   2012-06-09 18:32:58 UTC (rev 21828)
@@ -827,12 +827,12 @@
 #if VERBOSE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Starting daemons.\n");
-  GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing",
+  GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing_old",
                                          "use_progressbars", "YES");
 #endif
 
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing",
+      GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing_old",
                                              "num_peers", &num_peers))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -850,7 +850,7 @@
   }
 
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_string (testing_cfg, "testing",
+      GNUNET_CONFIGURATION_get_value_string (testing_cfg, "testing_old",
                                              "topology_output_file",
                                              &topology_file))
   {




reply via email to

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