Skip to content

Commit

Permalink
Uncomment assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 2, 2014
1 parent bd486d2 commit 59b528a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ public function testForecast()
$weather->units = Horde_Service_Weather::UNITS_STANDARD;

$forecast = $weather->getForecast('boston,ma');
//$this->assertEquals('2011-11-27 02:08:00', (string)$forecast->getForecastTime());
$this->assertEquals('2014-04-01 18:34:00', (string)$forecast->getForecastTime());

$dayOne = $forecast->getForecastDay(0);
$this->assertInstanceOf('Horde_Service_Weather_Period_Base', $dayOne);
Expand Down

0 comments on commit 59b528a

Please sign in to comment.