From 9eaa2a24e6e36ff3b25c89a8c1087ddb338221bd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Feb 2021 19:34:10 +0100 Subject: need enum value for taler://-URLs --- 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 index fdc1e9bcb..497675344 100644 --- 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 }; -- cgit v1.2.3