Merge pull request #2862 from pratik-joshi/CRM-13973-comment
[civicrm-core.git] / tests / phpunit / WebTest / Import / ActivityTest.php
index 3a8f02c765705099e7116cc03c4b87ba1cc21bb9..f92039a7709637476ccc1f6dbca54dc08f2267a7 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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',