diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-08 20:18:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-08 20:18:53 +0200 |
commit | 03633cb29a9c9db629af82b691ebcee80d70fadc (patch) | |
tree | 6fe2eedc2c1b7dd328107de42b399254c2ad4be2 | |
parent | 6b537bc38df28e042641b7b96f4b8da86a7ed97e (diff) | |
download | exchange-03633cb29a9c9db629af82b691ebcee80d70fadc.tar.gz exchange-03633cb29a9c9db629af82b691ebcee80d70fadc.zip |
-fix test
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index be9950b91..650610302 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of TALER | 2 | This file is part of TALER |
3 | Copyright (C) 2014-2018 Taler Systems SA | 3 | Copyright (C) 2014-2021 Taler Systems SA |
4 | 4 | ||
5 | TALER is free software; you can redistribute it and/or modify it under the | 5 | TALER is free software; you can redistribute it and/or modify it under the |
6 | terms of the GNU General Public License as published by the Free Software | 6 | terms of the GNU General Public License as published by the Free Software |
@@ -782,7 +782,7 @@ cb_wt_check (void *cls, | |||
782 | &merchant_pub_wt)); | 782 | &merchant_pub_wt)); |
783 | GNUNET_assert (0 == strcmp (json_string_value (json_object_get (wire, | 783 | GNUNET_assert (0 == strcmp (json_string_value (json_object_get (wire, |
784 | "payto_uri")), | 784 | "payto_uri")), |
785 | "payto://iban/DE67830654080004822650?receiver-name=test")); | 785 | "payto://iban/DE67830654080004822650?receiver-name=Test")); |
786 | GNUNET_assert (0 == GNUNET_memcmp (h_wire, | 786 | GNUNET_assert (0 == GNUNET_memcmp (h_wire, |
787 | &h_wire_wt)); | 787 | &h_wire_wt)); |
788 | GNUNET_assert (exec_time.abs_value_us == wire_out_date.abs_value_us); | 788 | GNUNET_assert (exec_time.abs_value_us == wire_out_date.abs_value_us); |