[libgdata] tests: Temporarily disable some Contacts test assertions



commit 08f31ef1d7e92671dc13a3c8494f9e3ae20e9b90
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Nov 9 22:16:03 2014 +0000

    tests: Temporarily disable some Contacts test assertions
    
    Seems these elements broke on the server at some point.
    
    https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3662

 gdata/tests/contacts.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gdata/tests/contacts.c b/gdata/tests/contacts.c
index 6915d93..b0a740b 100644
--- a/gdata/tests/contacts.c
+++ b/gdata/tests/contacts.c
@@ -445,8 +445,9 @@ test_contact_insert (InsertData *data, gconstpointer service)
        g_assert_cmpstr (gdata_contacts_contact_get_maiden_name (new_contact), ==, "Smith");
        g_assert_cmpstr (gdata_contacts_contact_get_mileage (new_contact), ==, "12km");
        g_assert_cmpstr (gdata_contacts_contact_get_occupation (new_contact), ==, "Professional bum");
-       g_assert_cmpstr (gdata_contacts_contact_get_priority (new_contact), ==, GDATA_CONTACTS_PRIORITY_HIGH);
-       g_assert_cmpstr (gdata_contacts_contact_get_sensitivity (new_contact), ==, 
GDATA_CONTACTS_SENSITIVITY_PERSONAL);
+       /* FIXME: https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3662
+        * g_assert_cmpstr (gdata_contacts_contact_get_priority (new_contact), ==, 
GDATA_CONTACTS_PRIORITY_HIGH);
+        * g_assert_cmpstr (gdata_contacts_contact_get_sensitivity (new_contact), ==, 
GDATA_CONTACTS_SENSITIVITY_PERSONAL); */
        g_assert_cmpstr (gdata_contacts_contact_get_short_name (new_contact), ==, "Jon");
        g_assert_cmpstr (gdata_contacts_contact_get_subject (new_contact), ==, "Charity work");
 


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