From 91d8fc8a023a4207fde7fd01e4cd2e27381f54c1 Mon Sep 17 00:00:00 2001 From: Eileen Date: Sun, 15 Sep 2013 04:03:49 +0000 Subject: [PATCH] test fix - for some reason JENKINs fails on these (although my local doesn't) --- tests/phpunit/api/v3/ProfileTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/ProfileTest.php b/tests/phpunit/api/v3/ProfileTest.php index 288c97cbdb..2acd16cfef 100644 --- a/tests/phpunit/api/v3/ProfileTest.php +++ b/tests/phpunit/api/v3/ProfileTest.php @@ -780,13 +780,14 @@ class api_v3_ProfileTest extends CiviUnitTestCase { 'is_required' => 1, 'visibility' => 'Public Pages and Listings', 'field_type' => 'Individual', - //is_active = 1, is_view 0, weight SHOULD be set by api (& tested), ditto is_reserved 0 + 'label' => 'First Name', ), array( 'field_name' => 'last_name', 'is_required' => 1, 'visibility' => 'Public Pages and Listings', 'field_type' => 'Individual', + 'label' => 'Last Name', ), array( 'field_name' => 'email', -- 2.25.1