From 10f8406b09318b1a3e4fe9d08d41a60239f9f3a6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 24 May 2009 13:17:37 -0400 Subject: Fix "make check" errors. --- addressbook/gui/contact-editor/test-editor.c | 38 ++++++++++------------------ 1 file changed, 13 insertions(+), 25 deletions(-) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 2f55e4777c..356311eb8f 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -28,31 +28,19 @@ #include "e-contact-editor.h" #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 -" \ -" -" +#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" \ +"" static char * read_file (char *name) -- cgit v1.2.3