[libgdata/wip/rishi/drive: 4/10] tests: Skip UPLOAD_ODT_CONVERT
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/wip/rishi/drive: 4/10] tests: Skip UPLOAD_ODT_CONVERT
- Date: Fri, 30 Sep 2016 11:49:50 +0000 (UTC)
commit 973e4a0b035084c5f8412bb529ea8fc6551a34ec
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 00f9b7d..fdc6c13 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2134,6 +2134,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]