gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: Fix test.


From: gnunet
Subject: [taler-bank] branch master updated: Fix test.
Date: Wed, 25 Dec 2019 11:04:40 +0100

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 0744cbd  Fix test.
0744cbd is described below

commit 0744cbd2ff5abf61c8dc45aa8488f512497bdb44
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Dec 25 11:02:00 2019 +0100

    Fix test.
    
    Recently, the unlimited debit policy for the bank was removed,
    and this made the tests about user registration fail (could not
    give initial bonus to new customers).
    
    Just raising this limit to a reasonable high number, in order
    to get the tests to pass again.
---
 talerbank/app/testconfigs/bank-check.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/testconfigs/bank-check.conf 
b/talerbank/app/testconfigs/bank-check.conf
index b977fd9..5e13460 100644
--- a/talerbank/app/testconfigs/bank-check.conf
+++ b/talerbank/app/testconfigs/bank-check.conf
@@ -13,7 +13,7 @@ NDIGITS = 2
 MAX_DEBT = KUDOS:50.0
 
 # FIXME
-MAX_DEBT_BANK = KUDOS:0.0
+MAX_DEBT_BANK = KUDOS:1000000
 
 UWSGI_SERVE = unix
 UWSGI_UNIXPATH = /tmp/banktest-unused.uwsgi

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



reply via email to

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