summaryrefslogtreecommitdiff
path: root/src/exchange-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-30 22:56:17 +0200
committerChristian Grothoff <christian@grothoff.org>2016-03-30 22:56:17 +0200
commitb4c4f0b07822b66e2b60e43c3654a927c768ac94 (patch)
tree57d7566739ddc39663d6696d0eebb3e12671a519 /src/exchange-lib
parentc2889e45b22233c00cb8591cf10167850cefb126 (diff)
downloadexchange-b4c4f0b07822b66e2b60e43c3654a927c768ac94.tar.gz
exchange-b4c4f0b07822b66e2b60e43c3654a927c768ac94.tar.bz2
exchange-b4c4f0b07822b66e2b60e43c3654a927c768ac94.zip
towards a testcase for aggregation logic
Diffstat (limited to 'src/exchange-lib')
-rw-r--r--src/exchange-lib/test_exchange_api.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/exchange-lib/test_exchange_api.c b/src/exchange-lib/test_exchange_api.c
index 2aee8077d..2a7f670cd 100644
--- a/src/exchange-lib/test_exchange_api.c
+++ b/src/exchange-lib/test_exchange_api.c
@@ -2543,9 +2543,9 @@ run (void *cls,
ctx_task = GNUNET_SCHEDULER_add_now (&context_task,
ctx);
exchange = TALER_EXCHANGE_connect (ctx,
- "http://localhost:8081",
- &cert_cb, is,
- TALER_EXCHANGE_OPTION_END);
+ "http://localhost:8081",
+ &cert_cb, is,
+ TALER_EXCHANGE_OPTION_END);
GNUNET_assert (NULL != exchange);
shutdown_task
= GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
@@ -2581,12 +2581,12 @@ main (int argc,
GNUNET_OS_process_wait (proc);
GNUNET_OS_process_destroy (proc);
exchanged = GNUNET_OS_start_process (GNUNET_NO,
- GNUNET_OS_INHERIT_STD_ALL,
- NULL, NULL, NULL,
- "taler-exchange-httpd",
- "taler-exchange-httpd",
- "-d", "test-exchange-home",
- NULL);
+ GNUNET_OS_INHERIT_STD_ALL,
+ NULL, NULL, NULL,
+ "taler-exchange-httpd",
+ "taler-exchange-httpd",
+ "-d", "test-exchange-home",
+ NULL);
/* give child time to start and bind against the socket */
fprintf (stderr, "Waiting for taler-exchange-httpd to be ready");
do