WebTestFix Further Changes
authorAtif Shaikh <shaikh388@gmail.com>
Fri, 25 Apr 2014 13:53:06 +0000 (19:23 +0530)
committerAtif Shaikh <shaikh388@gmail.com>
Fri, 25 Apr 2014 13:53:06 +0000 (19:23 +0530)
tests/phpunit/WebTest/Campaign/PetitionUsageScenarioTest.php
tests/phpunit/WebTest/Campaign/SurveyUsageScenarioTest.php

index 8129e5652248b431a1eea4409e2159af86cb315f..9204d956cbb6f7591f31227922ccb20ed23447e8 100644 (file)
@@ -268,8 +268,6 @@ class WebTest_Campaign_PetitionUsageScenarioTest extends CiviSeleniumTestCase {
     foreach ($expected as $column => $value) {
       $this->verifyText("xpath=//div[@class='crm-search-results']/table/tbody/tr[2]/td[$column]/", preg_quote($value));
     }
-
   }
-
 }
 
index 31822d8e7ae94cfe0c61cb3a2d8ce539a5721e8d..f77321bc3bf2cc319876ca6a49744489fba7b9b5 100644 (file)
@@ -599,6 +599,5 @@ class WebTest_Campaign_SurveyUsageScenarioTest extends CiviSeleniumTestCase {
       preg_quote("$surveyTitle - Respondent Reservation")
     );
   }
-
 }