[libgdata/wip/rishi/drive: 4/10] tests: Resumable updates haven't been ported to Drive v2



commit 330846207164dbcde65bf3d44881f51b9370b8e1
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 cbe1479..4ddb046 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2209,6 +2209,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]