[libgdata/wip/rishi/drive: 3/8] tests: Skip UPLOAD_ODT_CONVERT
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/wip/rishi/drive: 3/8] tests: Skip UPLOAD_ODT_CONVERT
- Date: Fri, 23 Sep 2016 13:32:04 +0000 (UTC)
commit 7c9a2042a585a5fd82f37a9e4b81e20bc8e357f8
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]