fix ftbfs of test
This commit is contained in:
parent
22c825f0fe
commit
dcd0e00a48
@ -127,7 +127,6 @@ run (void *cls,
|
|||||||
{
|
{
|
||||||
struct TALER_MINTDB_Session *session;
|
struct TALER_MINTDB_Session *session;
|
||||||
struct TALER_ReservePublicKeyP reserve_pub;
|
struct TALER_ReservePublicKeyP reserve_pub;
|
||||||
struct TALER_MINTDB_Reserve reserve;
|
|
||||||
struct GNUNET_TIME_Absolute expiry;
|
struct GNUNET_TIME_Absolute expiry;
|
||||||
struct TALER_Amount amount;
|
struct TALER_Amount amount;
|
||||||
struct DenomKeyPair *dkp;
|
struct DenomKeyPair *dkp;
|
||||||
@ -178,7 +177,6 @@ run (void *cls,
|
|||||||
goto drop;
|
goto drop;
|
||||||
}
|
}
|
||||||
RND_BLK (&reserve_pub);
|
RND_BLK (&reserve_pub);
|
||||||
reserve.pub = reserve_pub;
|
|
||||||
amount.value = 1;
|
amount.value = 1;
|
||||||
amount.fraction = 1;
|
amount.fraction = 1;
|
||||||
strcpy (amount.currency, CURRENCY);
|
strcpy (amount.currency, CURRENCY);
|
||||||
@ -188,8 +186,9 @@ run (void *cls,
|
|||||||
FAILIF (GNUNET_OK !=
|
FAILIF (GNUNET_OK !=
|
||||||
plugin->reserves_in_insert (plugin->cls,
|
plugin->reserves_in_insert (plugin->cls,
|
||||||
session,
|
session,
|
||||||
&reserve,
|
&reserve_pub,
|
||||||
&amount,
|
&amount,
|
||||||
|
"justification 1",
|
||||||
expiry));
|
expiry));
|
||||||
FAILIF (GNUNET_OK !=
|
FAILIF (GNUNET_OK !=
|
||||||
check_reserve (session,
|
check_reserve (session,
|
||||||
@ -201,8 +200,9 @@ run (void *cls,
|
|||||||
FAILIF (GNUNET_OK !=
|
FAILIF (GNUNET_OK !=
|
||||||
plugin->reserves_in_insert (plugin->cls,
|
plugin->reserves_in_insert (plugin->cls,
|
||||||
session,
|
session,
|
||||||
&reserve,
|
&reserve_pub,
|
||||||
&amount,
|
&amount,
|
||||||
|
"justification 2",
|
||||||
expiry));
|
expiry));
|
||||||
FAILIF (GNUNET_OK !=
|
FAILIF (GNUNET_OK !=
|
||||||
check_reserve (session,
|
check_reserve (session,
|
||||||
|
Loading…
Reference in New Issue
Block a user