diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-12-22 22:14:20 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-12-22 22:14:20 +0100 |
commit | f7745020a3eb7f63194956ada075862bd1d0a6d6 (patch) | |
tree | dbf6cc5f60448650cf290a4c024d790ebaadd6b4 /src/testing/.gitignore | |
parent | 1217a57e3e511f5749853d2362162348e542dc8d (diff) |
[wip, #7267] added first test to detect denom-conflict on deposit
The tests have been extended to include conflict tests, see
test_exchange_api_conflicts.c
The first implemented test withdraws three coins with different
denominations, but using the same private key. It deposits the first
coin successfully, but on deposit of the second coin it receives 409 and
the correct response details.
However, the test only seems to work for RSA, not CS! I've disabled
test_exchange_conflicts_cs in the Makefile for now so that the builder
passes.
TBC...
Diffstat (limited to 'src/testing/.gitignore')
-rw-r--r-- | src/testing/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/.gitignore b/src/testing/.gitignore index 6cac81c82..e1075ab16 100644 --- a/src/testing/.gitignore +++ b/src/testing/.gitignore @@ -10,6 +10,8 @@ test_exchange_api_revocation_cs test_exchange_api_revocation_rsa test_exchange_api_age_restriction_cs test_exchange_api_age_restriction_rsa +test_exchange_api_conflicts_cs +test_exchange_api_conflicts_rsa report* test_exchange_management_api_cs test_exchange_management_api_rsa |