commit 9eaa2a24e6e36ff3b25c89a8c1087ddb338221bd parent 93347b3904962c80d6aeba0c3be4a75af2a13e83 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 9 Feb 2021 19:34:10 +0100 need enum value for taler://-URLs Diffstat:
| M | src/include/taler_testing_lib.h | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h @@ -2912,7 +2912,12 @@ enum TALER_TESTING_URL_Type /** * HTTP URL of the exchange's bank account at the bank. */ - TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL = 2 + TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL = 2, + + /** + * A taler://-URL. + */ + TALER_TESTING_UT_TALER_URL = 3 };