Merge branch '4.6' into master
[civicrm-core.git] / tests / phpunit / WebTest / Contact / AddCmsUserTest.php
index 8cd453677e2dce2826c130f91ea9d99cb6e23894..a8b2e6364915de79e48510208a14ecedc05ecfc2 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -22,7 +22,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviSeleniumTestCase.php';
 
@@ -101,7 +101,7 @@ class WebTest_Contact_AddCmsUserTest extends CiviSeleniumTestCase {
     $this->type('street_address-1', '902C El Camino Way SW');
     $this->type('city-1', 'Dumfries');
     $this->type('postal_code-1', '1234');
-    $this->assertTrue($this->isTextPresent('United States'));
+    $this->assertTrue($this->isTextPresent('UNITED STATES'));
     $this->select('state_province-1', 'value=1019');
 
     $this->click('edit-submit');
@@ -123,4 +123,5 @@ class WebTest_Contact_AddCmsUserTest extends CiviSeleniumTestCase {
     $this->assertElementContainsText('css=.crm-search-results', 'Dumfries');
     $this->assertElementContainsText('css=.crm-search-results', '1234');
   }
+
 }