Merge pull request #10030 from eileenmcnaughton/test
[civicrm-core.git] / tests / phpunit / WebTest / Import / ImportCiviSeleniumTestCase.php
index c6178f2f4230532f12106035adfe8996b3d8442a..4912999d08f12c325e813ff87a5e71b1f2894347 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -458,9 +458,9 @@ class ImportCiviSeleniumTestCase extends CiviSeleniumTestCase {
   public function _getImportComponentContactType($component, $contactType) {
     $importComponentMode = array(
       'Event' => array(
-        'Individual' => 'CIVICRM_QFID_1_18',
-        'Household' => 'CIVICRM_QFID_2_20',
-        'Organization' => 'CIVICRM_QFID_4_22',
+        'Individual' => 'CIVICRM_QFID_1_20',
+        'Household' => 'CIVICRM_QFID_2_22',
+        'Organization' => 'CIVICRM_QFID_4_24',
       ),
       'Contribution' => array(
         'Individual' => 'CIVICRM_QFID_1_18',