From 3f0718f857a4797387f570bd1448c53d01a805c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Oct 2015 07:59:43 +0200 Subject: php-horde-Horde-Service-Weather: 2.3.0 --- Horde_Service_Weather-upstream.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Horde_Service_Weather-upstream.patch (limited to 'Horde_Service_Weather-upstream.patch') diff --git a/Horde_Service_Weather-upstream.patch b/Horde_Service_Weather-upstream.patch deleted file mode 100644 index 2c8e568..0000000 --- a/Horde_Service_Weather-upstream.patch +++ /dev/null @@ -1,24 +0,0 @@ -From ab2c8277d5e47c171d1354a774a6e1930d22a151 Mon Sep 17 00:00:00 2001 -From: Michael J Rubinsky -Date: Sat, 29 Aug 2015 00:50:05 -0400 -Subject: [PATCH] These tests are tz sensitive. Disable for now. - ---- - framework/Service_Weather/test/Horde/Service/Weather/Wwov2Test.php | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/framework/Service_Weather/test/Horde/Service/Weather/Wwov2Test.php b/framework/Service_Weather/test/Horde/Service/Weather/Wwov2Test.php -index 997fdfc..1fa6496 100644 ---- a/framework/Service_Weather/test/Horde/Service/Weather/Wwov2Test.php -+++ b/framework/Service_Weather/test/Horde/Service/Weather/Wwov2Test.php -@@ -65,8 +65,8 @@ public function testGetStation() - $weather->getCurrentConditions('clayton,nj'); - $station = $weather->getStation(); - -- $this->assertEquals('2015-08-28 06:05:48', (string)$station->sunrise); -- $this->assertEquals('2015-08-28 19:24:47', (string)$station->sunset); -+ //$this->assertEquals('2015-08-28 06:05:48', (string)$station->sunrise); -+ //$this->assertEquals('2015-08-28 19:24:47', (string)$station->sunset); - $this->assertEquals('Boston, Massachusetts', $station->name); - $this->assertEquals('-04:00', $station->getOffset()); - } -- cgit