From 37e76510bda2df380cdaa04c4411c30699eb1998 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 10 Nov 2014 22:51:53 +0100 Subject: [PATCH] Add at least the familyName, otherwise the library that converts mozContacts to vCards fails --- tests/contacts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/contacts.js b/tests/contacts.js index 896b0b2a..af8c638c 100644 --- a/tests/contacts.js +++ b/tests/contacts.js @@ -4,6 +4,7 @@ var fakeContacts = [{ id: 1, name: ["Test Contact 1"], + familyName: ["Contact 1"], tel: [{ type: ["home"], pref: true, @@ -20,6 +21,7 @@ var fakeContacts = [{ { id: 2, name: ["Test Contact 2"], + familyName: ["Contact 2"], tel: [{ type: ["home"], pref: true,