[libgdata/wip/rishi/drive: 4/8] tests: Skip UPLOAD_ODT_CONVERT
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/wip/rishi/drive: 4/8] tests: Skip UPLOAD_ODT_CONVERT
- Date: Tue, 19 Sep 2017 13:35:49 +0000 (UTC)
commit d3bf3f6dcffb356487cd66abb57fb9f9865980b0
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 e564d1a..9a022b5 100644
--- a/gdata/tests/documents.c
+++ b/gdata/tests/documents.c
@@ -2152,6 +2152,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]