Merge pull request #2862 from pratik-joshi/CRM-13973-comment
[civicrm-core.git] / tests / phpunit / WebTest / Import / ContributionTest.php
index d19ac51ad92ae9eca0c24975e90efaaee6dc9cda..bffc4b06b5b300a1acb457af3cbf89729e4d480e 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -24,7 +24,6 @@
  +--------------------------------------------------------------------+
 */
 
-
 require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php';
 class WebTest_Import_ContributionTest extends ImportCiviSeleniumTestCase {
 
@@ -33,7 +32,6 @@ class WebTest_Import_ContributionTest extends ImportCiviSeleniumTestCase {
   }
 
   function testContributionImportIndividual() {
-    $this->open($this->sboxPath);
 
     $this->webtestLogin();
 
@@ -50,7 +48,6 @@ class WebTest_Import_ContributionTest extends ImportCiviSeleniumTestCase {
   }
 
   function testContributionImportOrganization() {
-    $this->open($this->sboxPath);
 
     $this->webtestLogin();
 
@@ -65,7 +62,6 @@ class WebTest_Import_ContributionTest extends ImportCiviSeleniumTestCase {
   }
 
   function testContributionImportHousehold() {
-    $this->open($this->sboxPath);
 
     $this->webtestLogin();
 
@@ -87,7 +83,7 @@ class WebTest_Import_ContributionTest extends ImportCiviSeleniumTestCase {
     $firstName2 = substr(sha1(rand()), 0, 7);
     $email2 = 'mail_' . substr(sha1(rand()), 0, 7) . '@example.com';
     $this->webtestAddContact($firstName2, 'Anderson', $email2);
-    
+
     $headers = array(
       'email' => 'Email',
       'fee_amount' => 'Fee Amount',