[libgdata/wip/rishi/drive: 7/8] tests: Skip UPLOAD_RESUMABLE
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/wip/rishi/drive: 7/8] tests: Skip UPLOAD_RESUMABLE
- Date: Fri, 23 Sep 2016 13:32:25 +0000 (UTC)
commit 4cdaced0f147b43919adbd26b4d970c88a1f4701
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 2e14fdf..7fa5c34 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2188,6 +2188,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]