fix version and year
[civicrm-core.git] / tests / phpunit / WebTest / Event / ParticipantSearchTest.php
index aba04ec3f0b78da8206d7c91100701209ceecffe..61733f9a54a7617a3065370b54df3b0de8a9496f 100644 (file)
@@ -3,7 +3,7 @@
   +--------------------------------------------------------------------+
   | CiviCRM version 4.7                                                |
   +--------------------------------------------------------------------+
-  | Copyright CiviCRM LLC (c) 2004-2015                                |
+  | Copyright CiviCRM LLC (c) 2004-2016                                |
   +--------------------------------------------------------------------+
   | This file is a part of CiviCRM.                                    |
   |                                                                    |
@@ -100,14 +100,13 @@ class WebTest_Event_ParticipantSearchTest extends CiviSeleniumTestCase {
   }
 
   public function testParticipantSearchEventName() {
-    $this->markTestSkipped('Skipping for now as it works fine locally.');
     $this->webtestLogin();
 
     // visit event search page
     $this->openCiviPage("event/search", "reset=1");
     $this->waitForElementPresent('_qf_Search_refresh');
 
-    $eventName = "Fall Fundraiser Dinner";
+    $eventName = "Rain-forest Cup Youth Soccer Tournament";
     $this->waitForElementPresent("event_id");
     $this->select2("event_id", $eventName);
 
@@ -119,7 +118,6 @@ class WebTest_Event_ParticipantSearchTest extends CiviSeleniumTestCase {
       'Select Records:',
       'Edit Search Criteria',
     );
-
     $this->_checkStrings($stringsToCheck);
   }