summaryrefslogtreecommitdiff
path: root/src/lib/test_sync_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-29 22:04:07 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-29 22:04:07 +0100
commitaa05313f77da9091e01dcb154c9da033840982dd (patch)
treeaad389c042e40004a95416840b5b4437850ae8a1 /src/lib/test_sync_api.c
parentd92b7d9ab439143828ae55e487c400394b8b022a (diff)
downloadsync-aa05313f77da9091e01dcb154c9da033840982dd.tar.gz
sync-aa05313f77da9091e01dcb154c9da033840982dd.tar.bz2
sync-aa05313f77da9091e01dcb154c9da033840982dd.zip
expand logging, minor bugfixes
Diffstat (limited to 'src/lib/test_sync_api.c')
-rw-r--r--src/lib/test_sync_api.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/test_sync_api.c b/src/lib/test_sync_api.c
index 9f18d39..6f6ac77 100644
--- a/src/lib/test_sync_api.c
+++ b/src/lib/test_sync_api.c
@@ -240,7 +240,15 @@ run (void *cls,
"create-reserve-1",
"EUR:5",
MHD_HTTP_OK),
-
+ SYNC_TESTING_cmd_backup_nx ("backup-download-nx",
+ sync_url),
+ SYNC_TESTING_cmd_backup_upload ("backup-upload-1",
+ sync_url,
+ NULL /* prev upload */,
+ SYNC_TESTING_UO_NONE,
+ MHD_HTTP_PAYMENT_REQUIRED,
+ "Test-1",
+ strlen ("Test-1")),
TALER_TESTING_cmd_end ()
};