diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-09 13:02:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-09 13:02:40 +0200 |
commit | be778784ea2ceaf609426041c5ac3a0241ea242e (patch) | |
tree | c8f6bdcc4038fe9acb8fe1d710961d338973d6a1 /src/mint-lib/test_mint_api.c | |
parent | d88048e4b91bf79db44c6f97be03c44311c9568f (diff) |
fix transaction ID conversion in DB
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index acbe441b5..a9d835549 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 <http://www.gnu.org/licenses/> */ - /** * @file mint/test_mint_api.c * @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) */ #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;i<is->ip;i++) { |