summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-27 18:30:25 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 16:50:15 +0200
commitc88af6df724a47919fd8b0fc1d25f1273120c4e6 (patch)
tree91507ce004433b6bf575dcb670dff143888b5971 /src/include/taler_testing_lib.h
parent5220e8394f620a05dcc974d6370144980d769070 (diff)
downloadexchange-c88af6df724a47919fd8b0fc1d25f1273120c4e6.tar.gz
exchange-c88af6df724a47919fd8b0fc1d25f1273120c4e6.tar.bz2
exchange-c88af6df724a47919fd8b0fc1d25f1273120c4e6.zip
fix #6236
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 3f8346576..7779ca2bc 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1346,6 +1346,16 @@ TALER_TESTING_cmd_status (const char *label,
unsigned int expected_response_code);
/**
+ * Index of the deposit value trait of a deposit command.
+ */
+#define TALER_TESTING_CMD_DEPOSIT_TRAIT_IDX_DEPOSIT_VALUE 0
+
+/**
+ * Index of the deposit fee trait of a deposit command.
+ */
+#define TALER_TESTING_CMD_DEPOSIT_TRAIT_IDX_DEPOSIT_FEE 1
+
+/**
* Create a "deposit" command.
*
* @param label command label.