[libgdata/wip/rishi/drive: 4/4] tests: Skip UPLOAD_ODT_CONVERT
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [libgdata/wip/rishi/drive: 4/4] tests: Skip UPLOAD_ODT_CONVERT
- Date: Wed, 21 Sep 2016 11:08:40 +0000 (UTC)
commit 38fce945fd4fcdb7cd93d461e3e73c92546a3646
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Jan 15 18:59:11 2016 +0100
    tests: Skip UPLOAD_ODT_CONVERT
    
    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 574e572..a0e8163 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2126,6 +2126,11 @@ main (int argc, char *argv[])
                                                        continue;
                                                }
 
+                                               /* FIXME: Conversion during uploads is not implemented. */
+                                               if (l == UPLOAD_ODT_CONVERT) {
+                                                       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]