[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: Wed, 21 Sep 2016 17:55:46 +0000 (UTC)
commit e5d9ea403176cd79bb3e4ba69b9b0a4fc17dfbae
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Nov 20 17:41:58 2015 +0100
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 53bc4c3..47797a1 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2126,6 +2126,11 @@ main (int argc, char *argv[])
UploadDocumentTestParams *test_params;
gchar *test_name;
+ /* FIXME: Resumable uploads are not implemented. */
+ if (k == UPLOAD_RESUMABLE) {
+ continue;
+ }
+
/* Resumable metadata-only uploads don't make sense. */
if (i == UPLOAD_METADATA_ONLY && k == UPLOAD_RESUMABLE) {
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]