From: Ravish Nair Date: Wed, 4 Sep 2013 10:06:07 +0000 (+0530) Subject: -- webtest fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3045c37b0ed119b588dec8ea165ad892481490c6;p=civicrm-core.git -- webtest fixes --- diff --git a/tests/phpunit/WebTest/Import/ActivityTest.php b/tests/phpunit/WebTest/Import/ActivityTest.php index 3a8f02c765..44e5a35a61 100644 --- a/tests/phpunit/WebTest/Import/ActivityTest.php +++ b/tests/phpunit/WebTest/Import/ActivityTest.php @@ -38,7 +38,7 @@ class WebTest_Import_ActivityTest extends ImportCiviSeleniumTestCase { // Get sample import data. list($headers, $rows) = $this->_activityCSVData(); $fieldMapper = array( - 'mapper[0][0]' => 'contact_id', + 'mapper[0][0]' => 'target_contact_id', 'mapper[1][0]' => 'activity_label', 'mapper[2][0]' => 'activity_subject', 'mapper[3][0]' => 'activity_date_time',