X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FImport%2FMultipleRelationshipTest.php;h=f27421e1eb608411fc527febdf3567496d675120;hb=867970063f640edd408f4eb2fb3fcd8db2761f1b;hp=21650d49680f0ef70930787565f97d0ad3622813;hpb=e7112fa7e47b60bc62f543f89c63f1e024546995;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php b/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php index 21650d4968..f27421e1eb 100644 --- a/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php +++ b/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php @@ -108,7 +108,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', 'contact_relationships' => array( '4_a_b' => array( @@ -117,7 +117,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'organization_add' => 'Org Street Address', 'organization_city' => 'Org City', 'organization_state' => 'NY', - 'organization_country' => 'United States', + 'organization_country' => 'UNITED STATES', ), '7_a_b' => array( 'household_name' => 'House ' . substr(sha1(rand()), 0, 7), @@ -125,7 +125,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'household_add' => 'House Street Address', 'household_city' => 'House City', 'household_state' => 'NY', - 'household_country' => 'United States', + 'household_country' => 'UNITED STATES', ), '2_a_b' => array( 'spouse_f_name' => substr(sha1(rand()), 0, 7), @@ -134,7 +134,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'spouse_add' => 'Spouse Street Address', 'spouse_city' => 'Spouse City', 'spouse_state' => 'NY', - 'spouse_country' => 'United States', + 'spouse_country' => 'UNITED STATES', ), ), ), @@ -148,7 +148,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'address_2' => 'Add 2', 'city' => 'Watson', 'state' => 'NY', - 'country' => 'United States', + 'country' => 'UNITED STATES', 'contact_relationships' => array( '4_a_b' => array( @@ -157,7 +157,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'organization_add' => 'Org Street Address', 'organization_city' => 'Org City', 'organization_state' => 'NY', - 'organization_country' => 'United States', + 'organization_country' => 'UNITED STATES', ), '7_a_b' => array( 'household_name' => 'House ' . substr(sha1(rand()), 0, 7), @@ -165,7 +165,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'household_add' => 'House Street Address', 'household_city' => 'House City', 'household_state' => 'NY', - 'household_country' => 'United States', + 'household_country' => 'UNITED STATES', ), '2_a_b' => array( 'spouse_f_name' => substr(sha1(rand()), 0, 7), @@ -174,7 +174,7 @@ class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase 'spouse_add' => 'Spouse Street Address', 'spouse_city' => 'Spouse City', 'spouse_state' => 'NY', - 'spouse_country' => 'United States', + 'spouse_country' => 'UNITED STATES', ), ), ),