From 59b528a181363b238ca6f11f8bae20c082211d0e Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Wed, 2 Apr 2014 11:40:26 -0400 Subject: [PATCH] Uncomment assertion. --- .../Service_Weather/test/Horde/Service/Weather/WwoTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);