From: Michael Orlitzky Date: Sat, 5 Jul 2014 23:00:31 +0000 (-0400) Subject: Add a function to TSN.XML.Weather to detect the unsupported second type. X-Git-Tag: 0.0.6~28 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=f60eab7bde994afb9b2f727e56b0a635413bdd3b;hp=f60eab7bde994afb9b2f727e56b0a635413bdd3b;p=dead%2Fhtsn-import.git Add a function to TSN.XML.Weather to detect the unsupported second type. Fail with ImportUnsupported instead of an error when we encounter the second type of weatherxml. Update the man page with a mention of the unsupported weatherxml handling. Remove a TODO. Add tests for the unsupported weather document and its underlying function. ---