test fix
authorjoannechester <joannechester@users.noreply.github.com>
Wed, 29 Jul 2015 14:07:12 +0000 (00:07 +1000)
committerjoannechester <joannechester@users.noreply.github.com>
Wed, 29 Jul 2015 14:07:12 +0000 (00:07 +1000)
tests/phpunit/CRM/Core/BAO/CustomFieldTest.php

index 54bc605697176a15ba3c9ebdb65428b6dfcc72ed..670845b9fd21f7528df73b6f673ee713fba2e7b1 100644 (file)
@@ -140,7 +140,7 @@ class CRM_Core_BAO_CustomFieldTest extends CiviUnitTestCase {
     );
     $display = CRM_Core_BAO_CustomField::getDisplayValue($fields['default_value'], $customFieldID1, $options);
 
-    $this->assertEquals('United States', $display, 'Confirm Country display Name');
+    $this->assertEquals('UNITED STATES', $display, 'Confirm Country display Name');
 
     Custom::deleteGroup($customGroup);
   }