Align tests to latest change.

This commit is contained in:
Marcello Stanisci 2019-02-19 17:42:39 +01:00
parent 7c5a277b34
commit 0db12efc4d
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 5 additions and 2 deletions

View File

@ -930,6 +930,9 @@ decode_keys_json (const json_t *resp_obj,
if (GNUNET_YES == found)
{
/* 0:0:0 did not support /keys cherry picking */
/* Okay, but why breaking here? It could be that the
* user redownloaded all the keys in a forced way. */
GNUNET_break_op (0 == current);
continue;
}

View File

@ -89,12 +89,12 @@ run (void *cls,
TALER_TESTING_cmd_check_keys ("first-download",
1,
4),
1),
/* Causes GET /keys?last_denom_issue=0 */
TALER_TESTING_cmd_check_keys_with_last_denom ("second-download",
3,
4,
1,
GNUNET_TIME_UNIT_ZERO_ABS),
TALER_TESTING_cmd_end ()
};