more work on test, noting what is left to do with bug number
This commit is contained in:
parent
d55b2cd59d
commit
691c9a859f
@ -970,26 +970,26 @@ run (void *cls)
|
|||||||
TALER_string_to_amount (CURRENCY "KUDOS:1.000000",
|
TALER_string_to_amount (CURRENCY "KUDOS:1.000000",
|
||||||
&transfer_value_wt));
|
&transfer_value_wt));
|
||||||
#if 0
|
#if 0
|
||||||
/* FIXME: test insert_refund! */
|
/* FIXME #4401: test insert_refund! */
|
||||||
refund.FOO = bar;
|
refund.FOO = bar;
|
||||||
FAILIF (GNUNET_OK !=
|
FAILIF (GNUNET_OK !=
|
||||||
plugin->insert_refund (plugin->cls,
|
plugin->insert_refund (plugin->cls,
|
||||||
session,
|
session,
|
||||||
&refund));
|
&refund));
|
||||||
#endif
|
#endif
|
||||||
/* FIXME: test: insert_refresh_commit_links
|
/* FIXME #4401: test: insert_refresh_commit_links
|
||||||
FIXME: test: get_refresh_commit_links
|
FIXME #4401: test: get_refresh_commit_links
|
||||||
FIXME: test: get_melt_commitment
|
FIXME #4401: test: get_melt_commitment
|
||||||
FIXME: test: free_melt_commitment
|
FIXME #4401: test: free_melt_commitment
|
||||||
FIXME: test: insert_refresh_out
|
FIXME #4401: test: insert_refresh_out
|
||||||
FIXME: test: get_link_data_list
|
FIXME #4401: test: get_link_data_list
|
||||||
FIXME: test: free_link_data_list
|
FIXME #4401: test: free_link_data_list
|
||||||
FIXME: test: get_transfer
|
FIXME #4401: test: get_transfer
|
||||||
FIXME: test: get_coin_transactions
|
FIXME #4401: test: get_coin_transactions
|
||||||
FIXME: test: free_coin_transaction_list
|
FIXME #4401: test: free_coin_transaction_list
|
||||||
FIXME: test: wire_prepare_data_insert
|
FIXME #4401: test: wire_prepare_data_insert
|
||||||
FIXME: test: wire_prepare_data_mark_finished
|
FIXME #4401: test: wire_prepare_data_mark_finished
|
||||||
FIXME: test: wire_prepare_data_get
|
FIXME #4401: test: wire_prepare_data_get
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user