From be778784ea2ceaf609426041c5ac3a0241ea242e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Jul 2015 13:02:40 +0200 Subject: fix transaction ID conversion in DB --- src/mint-lib/test_mint_api.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/mint-lib/test_mint_api.c') diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index acbe441b..a9d83554 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -13,16 +13,11 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, If not, see */ - /** * @file mint/test_mint_api.c * @brief testcase to test mint's HTTP API interface * @author Sree Harsha Totakura * @author Christian Grothoff - * - * TODO: - * - enhance interpreter to allow for testing of failure conditions - * (i.e. double-spending, insufficient funds on withdraw) */ #include "platform.h" #include "taler_util.h" @@ -515,7 +510,7 @@ withdraw_status_cb (void *cls, { case MHD_HTTP_OK: /* FIXME: note that history events may come in a different - order than the commands right now... */ + order than the commands. However, for now this works... */ j = 0; for (i=0;iip;i++) { -- cgit v1.2.3