[libgdata/wip/rishi/drive: 4/8] tests: Skip UPLOAD_RESUMABLE
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/wip/rishi/drive: 4/8] tests: Skip UPLOAD_RESUMABLE
- Date: Wed, 9 Aug 2017 10:00:23 +0000 (UTC)
commit 77a8bd4a262d25da622dcb6ecb1ef03cf4e69b50
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Sep 23 15:22:02 2016 +0200
tests: Skip UPLOAD_RESUMABLE
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 fdc6c13..bcaa62c 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2191,6 +2191,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]