diff --git a/framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php b/framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php index f563fda7d57..e3473a1ac35 100644 --- a/framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php +++ b/framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php @@ -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);