-- webtest fixes
authorRavish Nair <ravish.nair@webaccess.co.in>
Wed, 4 Sep 2013 10:06:07 +0000 (15:36 +0530)
committerRavish Nair <ravish.nair@webaccess.co.in>
Wed, 4 Sep 2013 10:06:07 +0000 (15:36 +0530)
tests/phpunit/WebTest/Import/ActivityTest.php

index 3a8f02c765705099e7116cc03c4b87ba1cc21bb9..44e5a35a611b70d1533146eaa93548ae43ddf7aa 100644 (file)
@@ -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',