diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-23 08:25:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-23 08:25:56 +0200 |
commit | 8590e6b309df2736835673eb427673c099fc3f08 (patch) | |
tree | a6ddce78a9a2cd3ea88d2084f9af1cef2369eb42 /src/util/test_payto.c | |
parent | 01e06eb715938b914c54123c21c7c7678e08ee02 (diff) |
-check DE IBAN
Diffstat (limited to 'src/util/test_payto.c')
-rw-r--r-- | src/util/test_payto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_payto.c b/src/util/test_payto.c index 5de0bf355..4dc73a964 100644 --- a/src/util/test_payto.c +++ b/src/util/test_payto.c @@ -48,6 +48,8 @@ main (int argc, NULL); GNUNET_assert (NULL == TALER_iban_validate ("FR1420041010050500013M02606")); + GNUNET_assert (NULL == + TALER_iban_validate ("DE89370400440532013000")); r = TALER_xtalerbank_account_from_payto ( "payto://x-taler-bank/localhost:1080/alice"); CHECK ("alice", |