X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FSearchBuilderTest.php;h=c53bb7d1ff86e41c7cc2e363c76d9bf278048f26;hb=c1151e81db1f59bb5f79c64f6e4347203d4072bb;hp=bfc151bf69a836312f90e8c6a0a4bc3c643776a2;hpb=c2eb0d94521a805425dad2d18d447a7dd8d03b03;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/SearchBuilderTest.php b/tests/phpunit/WebTest/Contact/SearchBuilderTest.php index bfc151bf69..c53bb7d1ff 100644 --- a/tests/phpunit/WebTest/Contact/SearchBuilderTest.php +++ b/tests/phpunit/WebTest/Contact/SearchBuilderTest.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -101,6 +101,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { $this->type("address_1_street_address", "street 1 $firstName"); $this->type("address_1_supplemental_address_1", "street supplement 1 $firstName"); $this->type("address_1_supplemental_address_2", "street supplement 2 $firstName"); + $this->type("address_1_supplemental_address_3", "street supplement 3 $firstName"); $this->type("address_1_city", "city$firstName"); $this->type("address_1_postal_code", "100100"); $this->select("address_1_country_id", "UNITED STATES");