-fix
authorChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 18:32:58 +0000 (18:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 18:32:58 +0000 (18:32 +0000)
src/integration-tests/Makefile.am
src/mesh/test_mesh_2dtorus.c
src/mesh/test_mesh_small.c

index fb69e289beeb8f92632fdc8343bdeab56cbffd83..917eb2e96469eca75026a4e5596fcbb890375163 100644 (file)
@@ -116,7 +116,7 @@ test_integration_connection_values_tcp_udp_http.py: test_integration_connection_
 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  
 
 
index c708e8f44c4517474c1ca2b2f6a4226d700342da..58777c001a12f652bd3f0947377de97402cf0333 100644 (file)
@@ -296,12 +296,12 @@ run (void *cls, char *const *args, const char *cfgfile,
 
 #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,
index ab5d4a9a19d3d32a46260307c37234013b8cdcf6..45d38c33c17029b45ecfe4b1d3cd06f673978b15 100644 (file)
@@ -827,12 +827,12 @@ run (void *cls, char *const *args, const char *cfgfile,
 #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 @@ run (void *cls, char *const *args, const char *cfgfile,
   }
 
   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))
   {