diff options
Diffstat (limited to 'addressbook/gui/contact-editor/test-editor.c')
-rw-r--r-- | addressbook/gui/contact-editor/test-editor.c | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 751bab4203..d6f77c3261 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -29,18 +29,17 @@ #include "ebook/e-card.h" #define TEST_VCARD \ -"BEGIN:VCARD" \ -"FN:Nat" \ -"N:Friedman;Nat;D;Mr." \ -"BDAY:1977-08-06" \ -"TEL;WORK:617 679 1984" \ -"TEL;CELL:123 456 7890" \ -"EMAIL;INTERNET:nat@nat.org" \ -"EMAIL;INTERNET:nat@ximian.com" \ -"ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234;" \ -"ADR;HOME;POSTAL;INTL:P.O. Box 202;;;Any Town 2;MI;12344-4321;USA" \ -"END:VCARD" \ -"" +"BEGIN:VCARD\n" \ +"FN:Nat\n" \ +"N:Friedman;Nat;D;Mr.\n" \ +"BDAY:1977-08-06\n" \ +"TEL;WORK:617 679 1984\n" \ +"TEL;CELL:123 456 7890\n" \ +"EMAIL;INTERNET:nat@nat.org\n" \ +"EMAIL;INTERNET:nat@ximian.com\n" \ +"ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234;\n" \ +"ADR;HOME;POSTAL;INTL:P.O. Box 202;;;Any Town 2;MI;12344-4321;USA\n" \ +"END:VCARD\n" static gchar * read_file (gchar *name) |