summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-31 13:27:50 +0100
committerChristian Grothoff <christian@grothoff.org>2021-10-31 13:27:50 +0100
commit35e35066600ce44075e763e6fe6892dbccfac1c8 (patch)
treeaed824a8b3eb63b2a56fbda27f5b35570e6cdf62 /src/exchangedb/test_exchangedb.c
parent43ee9da01dce57260f3c3c706655f2b830474be2 (diff)
downloadexchange-35e35066600ce44075e763e6fe6892dbccfac1c8.tar.gz
exchange-35e35066600ce44075e763e6fe6892dbccfac1c8.tar.bz2
exchange-35e35066600ce44075e763e6fe6892dbccfac1c8.zip
fixing SQL statements
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index e3d664f78..4dd762fa7 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -1893,21 +1893,11 @@ run (void *cls)
FAILIF (GNUNET_OK !=
plugin->start (plugin->cls,
"test-3"));
- FAILIF (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS !=
- plugin->test_deposit_done (plugin->cls,
- &deposit.coin.coin_pub,
- &deposit.merchant_pub,
- &deposit.h_contract_terms));
FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
plugin->mark_deposit_done (plugin->cls,
deposit_rowid));
FAILIF (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS !=
plugin->commit (plugin->cls));
- FAILIF (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT !=
- plugin->test_deposit_done (plugin->cls,
- &deposit.coin.coin_pub,
- &deposit.merchant_pub,
- &deposit.h_contract_terms));
result = 10;
deposit2 = deposit;