Global webtest cleanup
[civicrm-core.git] / tests / phpunit / WebTest / Admin / Form / Setting / LocalizationTest.php
index 5ec922b93373555a5a209f7efe330575563a1043..4b549fb77be3ce4a36af11585309c7e7c6475dcb 100644 (file)
@@ -33,10 +33,6 @@ class WebTest_Admin_Form_Setting_LocalizationTest extends CiviSeleniumTestCase {
   }
 
   function testDefaultCountryIsEnabled() {
-    // This is the path where our testing install resides.
-    // The rest of URL is defined in CiviSeleniumTestCase base class, in
-    // class attributes.
-    $this->open($this->sboxPath);
     $this->webtestLogin();
     $this->open($this->sboxPath . "civicrm/admin/setting/localization?reset=1");