[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: fix tests
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: fix tests |
Date: |
Thu, 05 Sep 2019 11:42:06 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new d7faa839 fix tests
d7faa839 is described below
commit d7faa8391578b53ad12b5d904f844fcd57f2a6f7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Sep 5 11:41:56 2019 +0200
fix tests
---
src/auditordb/plugin_auditordb_postgres.c | 2 ++
src/wire-plugins/test_wire_plugin_transactions_taler-bank.c | 10 ----------
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/src/auditordb/plugin_auditordb_postgres.c
b/src/auditordb/plugin_auditordb_postgres.c
index df357fa5..863e2058 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -189,6 +189,8 @@ postgres_drop_tables (void *cls,
"DROP TABLE IF EXISTS wire_auditor_account_progress;"),
GNUNET_PQ_make_execute (
"DROP TABLE IF EXISTS deposit_confirmations CASCADE;"),
+ GNUNET_PQ_make_execute (
+ "DROP TABLE IF EXISTS auditor_historic_reserve_summary CASCADE;"),
GNUNET_PQ_EXECUTE_STATEMENT_END
};
struct GNUNET_PQ_ExecuteStatement esx[] = {
diff --git a/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c
b/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c
index 3d7fa76e..2cda49a0 100644
--- a/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c
+++ b/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c
@@ -274,16 +274,6 @@ confirmation_cb (void *cls,
5,
&history_result_cb,
NULL);
-
- GNUNET_assert
- (NULL != (hhr = plugin->get_history_range
- (plugin->cls,
- my_account,
- TALER_BANK_DIRECTION_BOTH,
- GNUNET_TIME_UNIT_ZERO_ABS,
- GNUNET_TIME_UNIT_FOREVER_ABS,
- &history_result_cb,
- NULL)));
}
--
To stop receiving notification emails like this one, please contact
address@hidden.