summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_bank_history_credit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 23:01:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 23:01:17 +0100
commitb322614eb212e8b35e38faf70e804a33b091bbf4 (patch)
tree3f89e85174a4ea15224846f60050bbe82cf4019e /src/lib/testing_api_cmd_bank_history_credit.c
parentcd1a784f3413543b83f368344d0d660c29aecda3 (diff)
downloadexchange-b322614eb212e8b35e38faf70e804a33b091bbf4.tar.gz
exchange-b322614eb212e8b35e38faf70e804a33b091bbf4.tar.bz2
exchange-b322614eb212e8b35e38faf70e804a33b091bbf4.zip
doxygen
Diffstat (limited to 'src/lib/testing_api_cmd_bank_history_credit.c')
-rw-r--r--src/lib/testing_api_cmd_bank_history_credit.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/testing_api_cmd_bank_history_credit.c b/src/lib/testing_api_cmd_bank_history_credit.c
index 2b6eb41ea..bb86a9b44 100644
--- a/src/lib/testing_api_cmd_bank_history_credit.c
+++ b/src/lib/testing_api_cmd_bank_history_credit.c
@@ -17,8 +17,8 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/testing_api_cmd_history.c
- * @brief command to check the /history API from the bank.
+ * @file lib/testing_api_cmd_bank_history_credit.c
+ * @brief command to check the /history/incoming API from the bank.
* @author Marcello Stanisci
*/
#include "platform.h"
@@ -282,7 +282,7 @@ build_history (struct TALER_TESTING_Interpreter *is,
TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL,
&exchange_credit_url)) )
continue; /* not an interesting event */
- /* Seek "/history" starting row. */
+ /* Seek "/history/incoming" starting row. */
if ( (NULL != row_id_start) &&
(*row_id_start == *row_id) &&
(GNUNET_NO == ok) )
@@ -332,7 +332,7 @@ build_history (struct TALER_TESTING_Interpreter *is,
/**
- * Check that the "/history" response matches the
+ * Check that the "/history/incoming" response matches the
* CMD whose offset in the list of CMDs is @a off.
*
* @param is the interpreter state.
@@ -450,7 +450,7 @@ history_cb (void *cls,
{
hs->hh = NULL;
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Unwanted response code from /history: %u\n",
+ "Unwanted response code from /history/incoming: %u\n",
http_status);
TALER_TESTING_interpreter_fail (is);
return GNUNET_SYSERR;
@@ -549,7 +549,7 @@ history_cleanup (void *cls,
(void) cmd;
if (NULL != hs->hh)
{
- TALER_LOG_WARNING ("/history did not complete\n");
+ TALER_LOG_WARNING ("/history/incoming did not complete\n");
TALER_BANK_credit_history_cancel (hs->hh);
}
GNUNET_free (hs->account_url);