[libgdata] tests: Resumable updates haven't been ported to Drive v2
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] tests: Resumable updates haven't been ported to Drive v2
- Date: Wed, 20 Sep 2017 11:28:10 +0000 (UTC)
commit 32057c1604da07b15eacbc5e0f4dfe3b9b18309c
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Sep 23 15:22:02 2016 +0200
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 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gdata/tests/documents.c b/gdata/tests/documents.c
index 1ad3a1b..b7fe19d 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. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]