From 874654e1dbfc6cea56a19cb7aecbbe89dae56a90 Mon Sep 17 00:00:00 2001 From: kurund Date: Mon, 12 Aug 2013 17:50:57 +0530 Subject: [PATCH] removed non-working screenshot capture --- tests/phpunit/WebTest/Campaign/CampaignDescriptionTest.php | 4 ---- tests/phpunit/WebTest/Campaign/PetitionUsageScenarioTest.php | 4 ---- tests/phpunit/WebTest/Grant/StandaloneAddTest.php | 4 ---- tests/phpunit/WebTest/Import/ContactSubtypeTest.php | 4 ---- tests/phpunit/WebTest/Import/ContactTest.php | 4 ---- tests/phpunit/WebTest/Import/DateFormatTest.php | 4 ---- tests/phpunit/WebTest/Import/GroupTest.php | 3 --- tests/phpunit/WebTest/Import/MultipleRelationshipTest.php | 4 ---- tests/phpunit/WebTest/Import/SavedMappingTest.php | 4 ---- tests/phpunit/WebTest/Profile/BatchUpdateTest.php | 4 ---- 10 files changed, 39 deletions(-) diff --git a/tests/phpunit/WebTest/Campaign/CampaignDescriptionTest.php b/tests/phpunit/WebTest/Campaign/CampaignDescriptionTest.php index ed5fb79ccd..4c5c998b0e 100644 --- a/tests/phpunit/WebTest/Campaign/CampaignDescriptionTest.php +++ b/tests/phpunit/WebTest/Campaign/CampaignDescriptionTest.php @@ -27,10 +27,6 @@ require_once 'CiviTest/CiviSeleniumTestCase.php'; class WebTest_Campaign_CampaignDescriptionTest extends CiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Campaign/PetitionUsageScenarioTest.php b/tests/phpunit/WebTest/Campaign/PetitionUsageScenarioTest.php index cd211e813f..447e16095c 100644 --- a/tests/phpunit/WebTest/Campaign/PetitionUsageScenarioTest.php +++ b/tests/phpunit/WebTest/Campaign/PetitionUsageScenarioTest.php @@ -27,10 +27,6 @@ require_once 'CiviTest/CiviSeleniumTestCase.php'; class WebTest_Campaign_PetitionUsageScenarioTest extends CiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/tmp/'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Grant/StandaloneAddTest.php b/tests/phpunit/WebTest/Grant/StandaloneAddTest.php index e8c658fa04..5ea7099ea6 100644 --- a/tests/phpunit/WebTest/Grant/StandaloneAddTest.php +++ b/tests/phpunit/WebTest/Grant/StandaloneAddTest.php @@ -27,10 +27,6 @@ require_once 'CiviTest/CiviSeleniumTestCase.php'; class WebTest_Grant_StandaloneAddTest extends CiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/tmp/'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Import/ContactSubtypeTest.php b/tests/phpunit/WebTest/Import/ContactSubtypeTest.php index 72210cd018..2e378ad639 100644 --- a/tests/phpunit/WebTest/Import/ContactSubtypeTest.php +++ b/tests/phpunit/WebTest/Import/ContactSubtypeTest.php @@ -27,10 +27,6 @@ require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php'; class WebTest_Import_ContactSubtypeTest extends ImportCiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Import/ContactTest.php b/tests/phpunit/WebTest/Import/ContactTest.php index a5204271c4..3ff6a893ea 100644 --- a/tests/phpunit/WebTest/Import/ContactTest.php +++ b/tests/phpunit/WebTest/Import/ContactTest.php @@ -27,10 +27,6 @@ require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php'; class WebTest_Import_ContactTest extends ImportCiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Import/DateFormatTest.php b/tests/phpunit/WebTest/Import/DateFormatTest.php index 557658f4ba..27a981fa01 100644 --- a/tests/phpunit/WebTest/Import/DateFormatTest.php +++ b/tests/phpunit/WebTest/Import/DateFormatTest.php @@ -27,10 +27,6 @@ require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php'; class WebTest_Import_DateFormatTest extends ImportCiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Import/GroupTest.php b/tests/phpunit/WebTest/Import/GroupTest.php index 175e00394b..bd45ab94bc 100644 --- a/tests/phpunit/WebTest/Import/GroupTest.php +++ b/tests/phpunit/WebTest/Import/GroupTest.php @@ -26,9 +26,6 @@ require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php'; class WebTest_Import_GroupTest extends ImportCiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; protected function setUp() { parent::setUp(); diff --git a/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php b/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php index daf84b4755..4f43eb5628 100644 --- a/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php +++ b/tests/phpunit/WebTest/Import/MultipleRelationshipTest.php @@ -27,10 +27,6 @@ require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php'; class WebTest_Import_MultipleRelationshipTest extends ImportCiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Import/SavedMappingTest.php b/tests/phpunit/WebTest/Import/SavedMappingTest.php index 12f4405854..0df81203c2 100644 --- a/tests/phpunit/WebTest/Import/SavedMappingTest.php +++ b/tests/phpunit/WebTest/Import/SavedMappingTest.php @@ -27,10 +27,6 @@ require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php'; class WebTest_Import_SavedMapping extends ImportCiviSeleniumTestCase { - protected $captureScreenshotOnFailure = TRUE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } diff --git a/tests/phpunit/WebTest/Profile/BatchUpdateTest.php b/tests/phpunit/WebTest/Profile/BatchUpdateTest.php index 9f61937d82..d2ad4b530d 100644 --- a/tests/phpunit/WebTest/Profile/BatchUpdateTest.php +++ b/tests/phpunit/WebTest/Profile/BatchUpdateTest.php @@ -27,10 +27,6 @@ require_once 'CiviTest/CiviSeleniumTestCase.php'; class WebTest_Profile_BatchUpdateTest extends CiviSeleniumTestCase { - protected $captureScreenshotOnFailure = FALSE; - protected $screenshotPath = '/var/www/api.dev.civicrm.org/public/sc'; - protected $screenshotUrl = 'http://api.dev.civicrm.org/sc/'; - protected function setUp() { parent::setUp(); } -- 2.25.1