[libgdata/wip/rishi/drive: 8/8] tests: Skip UPLOAD_ODT_CONVERT
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/wip/rishi/drive: 8/8] tests: Skip UPLOAD_ODT_CONVERT
- Date: Wed, 21 Sep 2016 17:55:51 +0000 (UTC)
commit 7e4badb35d9fd55ad74ca74dbc2e2ac543f956a5
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 47797a1..da21702 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2131,6 +2131,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]