summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-02 16:05:25 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-02 16:05:25 +0200
commit191b18cb0ce7cc880ec784baa24fd7788f96b226 (patch)
tree7c3751aff7db97aa87e74ed42a594d7d4a744fd5
parenta75d6c3edba62ab4ed7fb41acb4e91ed4039a28d (diff)
missing files
-rw-r--r--Horde_Service_Weather-upstream.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/Horde_Service_Weather-upstream.patch b/Horde_Service_Weather-upstream.patch
new file mode 100644
index 0000000..2c8e568
--- /dev/null
+++ b/Horde_Service_Weather-upstream.patch
@@ -0,0 +1,24 @@
+From ab2c8277d5e47c171d1354a774a6e1930d22a151 Mon Sep 17 00:00:00 2001
+From: Michael J Rubinsky <mrubinsk@horde.org>
+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());
+ }