X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FImport%2FContactTest.php;h=42e9beb0e99bf75bd8b36f58b880ec819a51401f;hb=867970063f640edd408f4eb2fb3fcd8db2761f1b;hp=fbe0753ce40a8a7592327c9395f2ae3bce49f57f;hpb=23049f2786d83845f95f6e28f5866c550874c189;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Import/ContactTest.php b/tests/phpunit/WebTest/Import/ContactTest.php index fbe0753ce4..42e9beb0e9 100644 --- a/tests/phpunit/WebTest/Import/ContactTest.php +++ b/tests/phpunit/WebTest/Import/ContactTest.php @@ -315,7 +315,7 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase { 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', ), array( 'first_name' => substr(sha1(rand()), 0, 7), @@ -327,7 +327,7 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase { 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', ), ); @@ -361,7 +361,7 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase { 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', ), array( 'organization_name' => 'org_' . substr(sha1(rand()), 0, 7), @@ -371,7 +371,7 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase { 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', ), ); @@ -405,7 +405,7 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase { 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', ), array( 'household_name' => 'household_' . substr(sha1(rand()), 0, 7), @@ -415,7 +415,7 @@ class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase { 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', ), );