summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-11-09 22:16:03 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2014-11-09 22:45:37 +0000
commitb0bb0c8016314abe9554d9133301a4fa0751dcd9 (patch)
treea2c507272164959ebfc3dcc810ecb35f6ce8bb7c
parent0681b9b92654a6408cac64698cd9ba3c61b764ca (diff)
downloadlibgdata-b0bb0c8016314abe9554d9133301a4fa0751dcd9.tar.gz
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
-rw-r--r--gdata/tests/contacts.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdata/tests/contacts.c b/gdata/tests/contacts.c
index 70b09df5..be23fc23 100644
--- a/gdata/tests/contacts.c
+++ b/gdata/tests/contacts.c
@@ -465,8 +465,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");