The branch "master" has been updated. The following is a summary of the commits.
from: a361b8b5e82301fd7b91b03816f4811fd8c87bc8 bbc3fd5 Use the ime returned in the current observation for calculating sunrise/sunset. 40f4662 Don't test these dates for now. ----------------------------------------------------------------------- commit bbc3fd5594cbc5fbd2dce7b187e40ef6133537ff Author: Michael J Rubinsky <[email protected]> Date: Mon Nov 28 00:49:21 2011 -0500 Use the ime returned in the current observation for calculating sunrise/sunset. Only the hour/minute is provided by wunderground, use the day from the observation date. .../lib/Horde/Service/Weather/WeatherUnderground.php | 10 +--- .../test/Horde/Service/Weather/WundergroundTest.php | 3 - 2 files changed, 3 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/bbc3fd5594cbc5fbd2dce7b187e40ef6133537ff ----------------------------------------------------------------------- commit 40f46628eefc76421f5ee5eb7dde8bc051ab7f5f Author: Michael J Rubinsky <[email protected]> Date: Mon Nov 28 00:50:38 2011 -0500 Don't test these dates for now. These values are only returned by hour/minute, no month/date is provided, so these tests will always fail. Disable them until a better solution for building these is found. .../test/Horde/Service/Weather/WundergroundTest.php | 2 +- framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php | 8 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/40f46628eefc76421f5ee5eb7dde8bc051ab7f5f __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
