diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:20:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:20:09 +0200 |
commit | 3f1a4c346be2b4a745b8b3d8826b1a4575b5b0c9 (patch) | |
tree | aab0f609f7955b9522998d46767b05bb44be9a63 /src | |
parent | dde1ff88217e8dd3dc72ec733e8b53c02839df0e (diff) |
comments
Diffstat (limited to 'src')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index 986617c26..3881051f4 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -19,6 +19,11 @@ * @brief testcase to test mint's HTTP API interface * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Christian Grothoff + * + * TODO: + * - enhance interpreter to allow for testing of failure conditions + * (i.e. double-spending, insufficient funds on withdraw) + * - add command for /withdraw/status */ #include "platform.h" #include "taler_util.h" |