summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api_overlapping_keys_bug.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-17 16:37:16 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-17 16:37:16 +0100
commit148b546435a8fdd83372d4f546d809f5322ae05b (patch)
tree5fe02ad38cbb2f5e7ffe1e3f7671e99ba593a620 /src/lib/test_exchange_api_overlapping_keys_bug.c
parentaeec67acaa786f9bf42e61df2d8c6d93198e8609 (diff)
downloadexchange-148b546435a8fdd83372d4f546d809f5322ae05b.tar.gz
exchange-148b546435a8fdd83372d4f546d809f5322ae05b.tar.bz2
exchange-148b546435a8fdd83372d4f546d809f5322ae05b.zip
/keys API.
Adding method to override the last_denom value for a key set.
Diffstat (limited to 'src/lib/test_exchange_api_overlapping_keys_bug.c')
-rwxr-xr-xsrc/lib/test_exchange_api_overlapping_keys_bug.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/test_exchange_api_overlapping_keys_bug.c b/src/lib/test_exchange_api_overlapping_keys_bug.c
index 175754fcb..8944bae22 100755
--- a/src/lib/test_exchange_api_overlapping_keys_bug.c
+++ b/src/lib/test_exchange_api_overlapping_keys_bug.c
@@ -96,12 +96,11 @@ run (void *cls,
1,
4),
- /**
- * Avoid cherry-pick, just GET /keys.
- */
- TALER_TESTING_cmd_check_keys_pull_all_keys ("second-download",
- 2,
- 4),
+ /* Causes GET /keys?last_denom_issue=0 */
+ TALER_TESTING_cmd_check_keys_with_last_denom ("second-download",
+ 2,
+ 8,
+ GNUNET_TIME_UNIT_ZERO_ABS),
TALER_TESTING_cmd_end ()
};