CRM-16876 Change country name to uppercase
[civicrm-core.git] / tests / phpunit / WebTest / Export / ContactTest.php
index a4d3e792c1f97e029cf2cc854938fdc675dd06a9..87a783461ff53773d014d2f8d3011008a22ee4fa 100644 (file)
@@ -282,7 +282,7 @@ class WebTest_Export_ContactTest extends ExportCiviSeleniumTestCase {
     $this->type("address_1_street_address", "121A Sherman St. Apt. 12");
     $this->type("address_1_city", "Dumfries");
     $this->type("address_1_postal_code", "1234");
-    $this->select("address_1_country_id", "United States");
+    $this->select("address_1_country_id", "UNITED STATES");
     $this->select("address_1_state_province_id", "value=1019");
 
     $this->click('_qf_Contact_upload_view');