From: Jan Schneider Date: Tue, 21 Sep 2010 21:31:57 +0000 (+0200) Subject: MFB: Fix tests. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=46797356a57942570e79844e62d0d40e93ebb9f4;p=horde.git MFB: Fix tests. --- diff --git a/turba/lib/tests/bug_6518.phpt b/turba/lib/tests/bug_6518.phpt index 42b1f6025..56521b8c7 100644 --- a/turba/lib/tests/bug_6518.phpt +++ b/turba/lib/tests/bug_6518.phpt @@ -3,7 +3,11 @@ Data_ldif: Bug #6518 --FILE-- 'Hübschestr. 19', 'workCity' => 'Köln', 'workProvince' => 'Allgäu', - 'workCountry' => 'DK', + 'workCountry' => 'Dänemark', 'timezone' => 'Europe/Berlin', 'latitude' => 52.516276, 'longitude' => 13.377778, @@ -321,7 +321,7 @@ D 'workStreet' => 'Hübschestr. 19', 'workCity' => 'Köln', 'workProvince' => 'Allgäu', - 'workCountry' => 'DK', + 'workCountry' => 'Dänemark', 'timezone' => 'Europe/Berlin', 'latitude' => 52.516276, 'longitude' => 13.377778, @@ -362,15 +362,19 @@ array ( 'lastname' => 'Lastname', 'firstname' => 'Firstname', 'name' => 'Lastname, Firstname', + 'title' => '', 'company' => 'Company Name', 'department' => '', + 'birthday' => '', 'homePhone' => '(xxx) xxx-xxxx', 'workPhone' => '(xxx) xxx-xxxx', 'cellPhone' => '(xxx) xxx-xxxx', 'email' => 'email@domain.com', 'emails' => 'email@domain.com', + 'website' => '', 'category' => 'Friends', 'businessCategory' => 'Friends', + 'notes' => '', 'homeAddress' => 'Street address City, St 12345 USA', @@ -402,6 +406,7 @@ array ( 'lastname' => 'Blow', 'firstname' => 'Joe', 'name' => 'Blow, Joe', + 'title' => '', 'company' => '', 'department' => '', 'birthday' => '1970-03-27', @@ -409,8 +414,10 @@ array ( 'cellPhone' => '302 521 9999', 'email' => 'Blow@somwhere.net', 'emails' => 'Blow@somwhere.net', + 'website' => '', 'category' => 'Personal', 'businessCategory' => 'Personal', + 'notes' => '', 'homeAddress' => '', ) 136