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-16 19:44:44 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-16 19:44:44 +0100
commit448a57d81e2a72d8117603ee60f60e5586c7d05d (patch)
treeeb21973b67387378248d8698766ea3016ae1438c /src/lib/test_exchange_api_overlapping_keys_bug.c
parentece3a9bfdb6419d344abeb6c78c167b80d81fb6b (diff)
downloadexchange-448a57d81e2a72d8117603ee60f60e5586c7d05d.tar.gz
exchange-448a57d81e2a72d8117603ee60f60e5586c7d05d.tar.bz2
exchange-448a57d81e2a72d8117603ee60f60e5586c7d05d.zip
Extend tests.
Give a way to force redownload (= no cherry picking) all /keys.
Diffstat (limited to 'src/lib/test_exchange_api_overlapping_keys_bug.c')
-rwxr-xr-xsrc/lib/test_exchange_api_overlapping_keys_bug.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/test_exchange_api_overlapping_keys_bug.c b/src/lib/test_exchange_api_overlapping_keys_bug.c
index d1fd7123b..c9d5adb4b 100755
--- a/src/lib/test_exchange_api_overlapping_keys_bug.c
+++ b/src/lib/test_exchange_api_overlapping_keys_bug.c
@@ -81,9 +81,12 @@ run (void *cls,
1,
4),
- TALER_TESTING_cmd_check_keys ("second-download",
- 2,
- 6),
+ /**
+ * Avoid cherry-pick, just GET /keys.
+ */
+ TALER_TESTING_cmd_check_keys_pull_all_keys ("second-download",
+ 2,
+ 4),
TALER_TESTING_cmd_end ()
};