[libgdata] tests: Disable PicasaWeb tests since API is now read-only



commit 6b37a4c94033d8ead6bce4f60566cf8fe20af591
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Mar 5 18:05:09 2017 +0000

    tests: Disable PicasaWeb tests since API is now read-only
    
    The tests rely on being able to create new test albums to put content
    in. They would need to be rewritten completely to work with the new
    read-only API. I cannot be bothered.
    
    https://developers.google.com/picasa-web/docs/3.0/releasenotes#picasa-is-retiring-february-12-2016

 gdata/tests/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gdata/tests/Makefile.am b/gdata/tests/Makefile.am
index 7ee767e..400f468 100644
--- a/gdata/tests/Makefile.am
+++ b/gdata/tests/Makefile.am
@@ -51,7 +51,6 @@ test_programs = \
        general \
        calendar \
        contacts \
-       picasaweb \
        freebase \
        tasks \
        perf \
@@ -66,6 +65,10 @@ test_programs = \
 # to v3 API transitions.
 #all_test_programs += documents
 
+# PicasaWeb does not work since Google made the API read-only:
+# https://developers.google.com/picasa-web/docs/3.0/releasenotes#picasa-is-retiring-february-12-2016
+#all_test_programs += picasaweb
+
 dist_test_data = \
        photo.jpg \
        sample.ogg \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]