From: Christian Grothoff Date: Sat, 9 Jun 2012 18:32:58 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~13203 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b480a172a0d7576206d74cf062a896e23880f4c5;p=oweals%2Fgnunet.git -fix --- diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am index fb69e289b..917eb2e96 100644 --- a/src/integration-tests/Makefile.am +++ b/src/integration-tests/Makefile.am @@ -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 diff --git a/src/mesh/test_mesh_2dtorus.c b/src/mesh/test_mesh_2dtorus.c index c708e8f44..58777c001 100644 --- a/src/mesh/test_mesh_2dtorus.c +++ b/src/mesh/test_mesh_2dtorus.c @@ -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, diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c index ab5d4a9a1..45d38c33c 100644 --- a/src/mesh/test_mesh_small.c +++ b/src/mesh/test_mesh_small.c @@ -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)) {