euromark 12 years ago
parent
commit
6c4265f631
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Case/View/RssViewTest.php

+ 1 - 1
Test/Case/View/RssViewTest.php

@@ -35,7 +35,7 @@ class RssViewTest extends CakeTestCase {
 
 
 		$this->Rss = new RssView();
 		$this->Rss = new RssView();
 
 
-		$this->baseUrl = $this->baseUrl = php_sapi_name() == 'cli' ? '' : HTTP_BASE;
+		$this->baseUrl = $this->baseUrl = php_sapi_name() == 'cli' ? 'http://localhost' : HTTP_BASE;
 	}
 	}
 
 
 	/**
 	/**