[libgdata/wip/rishi/drive: 2/4] tests: Skip UPLOAD_RESUMABLE



commit 49f006cf46b9e7d3ecf2ade499a71c7941949b85
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 2e5abee..574e572 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2121,6 +2121,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]