check return values
This commit is contained in:
parent
7b4623706c
commit
c742db86c4
@ -122,12 +122,14 @@ run_queries (PGconn *conn)
|
||||
sig = GNUNET_CRYPTO_rsa_sign (priv,
|
||||
msg,
|
||||
sizeof (msg));
|
||||
TALER_string_to_amount ("EUR:5.5",
|
||||
&hamount);
|
||||
GNUNET_assert (GNUNET_OK ==
|
||||
TALER_string_to_amount ("EUR:5.5",
|
||||
&hamount));
|
||||
TALER_amount_hton (&namount,
|
||||
&hamount);
|
||||
TALER_string_to_amount ("EUR:4.4",
|
||||
&hamount);
|
||||
GNUNET_assert (GNUNET_OK ==
|
||||
TALER_string_to_amount ("EUR:4.4",
|
||||
&hamount));
|
||||
/* FIXME: test TALER_PQ_result_spec_variable_size */
|
||||
{
|
||||
struct TALER_PQ_QueryParam params_insert[] = {
|
||||
@ -198,8 +200,9 @@ run_queries (PGconn *conn)
|
||||
GNUNET_break (0 ==
|
||||
TALER_amount_cmp (&hamount,
|
||||
&hamount2));
|
||||
TALER_string_to_amount ("EUR:5.5",
|
||||
&hamount);
|
||||
GNUNET_assert (GNUNET_OK ==
|
||||
TALER_string_to_amount ("EUR:5.5",
|
||||
&hamount));
|
||||
TALER_amount_ntoh (&hamount2,
|
||||
&namount2);
|
||||
GNUNET_break (0 ==
|
||||
|
Loading…
Reference in New Issue
Block a user