summaryrefslogtreecommitdiff
path: root/src/auditordb/test_auditordb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-15 22:10:12 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-15 22:10:12 +0200
commit0e6c4ba898b0f4c7e53b02a65f99cc4b6b066ad7 (patch)
treed4f74fb23e802cc6e699892aece5fcc5631df88d /src/auditordb/test_auditordb.c
parenteb354680b45f167ded8b9a6a01090f34d88775f3 (diff)
downloadexchange-0e6c4ba898b0f4c7e53b02a65f99cc4b6b066ad7.tar.gz
exchange-0e6c4ba898b0f4c7e53b02a65f99cc4b6b066ad7.tar.bz2
exchange-0e6c4ba898b0f4c7e53b02a65f99cc4b6b066ad7.zip
work on #5010
Diffstat (limited to 'src/auditordb/test_auditordb.c')
-rw-r--r--src/auditordb/test_auditordb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c
index bc23f1160..858e6bd91 100644
--- a/src/auditordb/test_auditordb.c
+++ b/src/auditordb/test_auditordb.c
@@ -19,6 +19,7 @@
* @author Gabor X Toth
*/
#include "platform.h"
+#include <gnunet/gnunet_db_lib.h>
#include "taler_auditordb_lib.h"
#include "taler_auditordb_plugin.h"
@@ -193,7 +194,7 @@ run (void *cls)
TALER_amount_hton (&issue.fee_refresh, &fee_refresh);
TALER_amount_hton (&issue.fee_refund, &fee_refund);
- FAILIF (GNUNET_OK !=
+ FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
plugin->insert_denomination_info (plugin->cls,
session,
&issue));