From 32057c1604da07b15eacbc5e0f4dfe3b9b18309c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 23 Sep 2016 15:22:02 +0200 Subject: tests: Resumable updates haven't been ported to Drive v2 https://bugzilla.gnome.org/show_bug.cgi?id=684920 --- gdata/tests/documents.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdata/tests/documents.c b/gdata/tests/documents.c index 1ad3a1bc..b7fe19df 100644 --- a/gdata/tests/documents.c +++ b/gdata/tests/documents.c @@ -2202,6 +2202,11 @@ main (int argc, char *argv[]) continue; } + /* FIXME: Resumable uploads are not implemented. */ + if (j == UPLOAD_RESUMABLE) { + continue; + } + test_name = g_strdup_printf ("/documents/update/%s/%s", payload_type_names[i], resumable_type_names[j]); /* Allocate a new struct. We leak this. */ -- cgit v1.2.1