diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-09 21:38:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-09 21:38:04 +0200 |
commit | e08f479eb403cfbcb490dd0b07fd3d384136f446 (patch) | |
tree | 7bc8a39f4969048b232e43f2ad7200bf1a29672f /src/mint-lib/test_mint_api.c | |
parent | 6237981d9652889bbcc042e8b374c0addc65932f (diff) |
-fix testcase, more verbose logging of client protocol errors
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index bae96dfb3..4b1b0f228 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -1835,7 +1835,16 @@ run (void *cls, "EUR:0.1", "EUR:0.1", "EUR:0.1", - /* with 0.03 refresh fees each, this totals up to exactly 4 EUR */ + "EUR:0.1", + "EUR:0.01", + "EUR:0.01", + "EUR:0.01", + "EUR:0.01", + "EUR:0.01", + "EUR:0.01", + /* with 0.01 withdraw fees (except for 1ct coins), + this totals up to exactly EUR:3.97, and with + the 0.03 refresh fee, to EUR:4.0*/ NULL }; static struct Command commands[] = |