gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix


From: gnunet
Subject: [taler-exchange] branch master updated: fix
Date: Thu, 16 Jan 2020 20:41:54 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6dcd3750 fix
6dcd3750 is described below

commit 6dcd37504acdcd775b37a93173c0f5ca843bd779
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 16 20:41:41 2020 +0100

    fix
---
 src/auditor/test-auditor.conf      | 3 ++-
 src/lib/testing_api_helpers_bank.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf
index 13f385b1..40d5e3c8 100644
--- a/src/auditor/test-auditor.conf
+++ b/src/auditor/test-auditor.conf
@@ -5,7 +5,7 @@ TINY_AMOUNT = TESTKUDOS:0.01
 [account-1]
 WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
 url = payto://x-taler-bank/localhost:8082/2
-plugin = taler_bank
+METHOD = x-taler-bank
 enable_debit = yes
 enable_credit = yes
 TALER_BANK_AUTH_METHOD = basic
@@ -23,6 +23,7 @@ CONFIG = postgres:///taler-auditor-test
 
 [taler]
 CURRENCY = TESTKUDOS
+CURRENCY_ROUNDING = TESTKUDOS:0.01
 
 [bank]
 DATABASE = postgres:///taler-auditor-test
diff --git a/src/lib/testing_api_helpers_bank.c 
b/src/lib/testing_api_helpers_bank.c
index 91aaba9e..b542b45f 100644
--- a/src/lib/testing_api_helpers_bank.c
+++ b/src/lib/testing_api_helpers_bank.c
@@ -295,7 +295,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
          NULL, NULL, NULL,
          "taler-bank-manage",
          "taler-bank-manage",
-         "-c", "bank.conf",
+         "-c", "test_bank_api.conf",
          "--with-db", database,
          "django",
          "flush",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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