aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 1194cb4b4..acc218ac5 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1656,7 +1656,6 @@ TALER_TESTING_cmd_check_bank_empty (const char *label);
1656 * @param label command label. 1656 * @param label command label.
1657 * @param expected_response_code expected HTTP status code. 1657 * @param expected_response_code expected HTTP status code.
1658 * @param refund_amount the amount to ask a refund for. 1658 * @param refund_amount the amount to ask a refund for.
1659 * @param refund_fee expected refund fee.
1660 * @param coin_reference reference to a command that can 1659 * @param coin_reference reference to a command that can
1661 * provide a coin to be refunded. 1660 * provide a coin to be refunded.
1662 * @param refund_transaction_id transaction id to use 1661 * @param refund_transaction_id transaction id to use
@@ -1668,7 +1667,6 @@ struct TALER_TESTING_Command
1668TALER_TESTING_cmd_refund_with_id (const char *label, 1667TALER_TESTING_cmd_refund_with_id (const char *label,
1669 unsigned int expected_response_code, 1668 unsigned int expected_response_code,
1670 const char *refund_amount, 1669 const char *refund_amount,
1671 const char *refund_fee,
1672 const char *deposit_reference, 1670 const char *deposit_reference,
1673 uint64_t refund_transaction_id); 1671 uint64_t refund_transaction_id);
1674 1672
@@ -1679,7 +1677,6 @@ TALER_TESTING_cmd_refund_with_id (const char *label,
1679 * @param label command label. 1677 * @param label command label.
1680 * @param expected_response_code expected HTTP status code. 1678 * @param expected_response_code expected HTTP status code.
1681 * @param refund_amount the amount to ask a refund for. 1679 * @param refund_amount the amount to ask a refund for.
1682 * @param refund_fee expected refund fee.
1683 * @param coin_reference reference to a command that can 1680 * @param coin_reference reference to a command that can
1684 * provide a coin to be refunded. 1681 * provide a coin to be refunded.
1685 * 1682 *
@@ -1689,7 +1686,6 @@ struct TALER_TESTING_Command
1689TALER_TESTING_cmd_refund (const char *label, 1686TALER_TESTING_cmd_refund (const char *label,
1690 unsigned int expected_response_code, 1687 unsigned int expected_response_code,
1691 const char *refund_amount, 1688 const char *refund_amount,
1692 const char *refund_fee,
1693 const char *deposit_reference); 1689 const char *deposit_reference);
1694 1690
1695 1691