X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=src%2FTSN%2FXML%2FWeather.hs;h=47e931f79767b512433d623f94510afc4119997d;hp=26935cf83b84068a49001e4f700170ed348dbd2f;hb=14dc52a2e7d7712281aee2332f7342f67abe4306;hpb=7e1865e656ebbbba9566c7ace61176635fdeabe5 diff --git a/src/TSN/XML/Weather.hs b/src/TSN/XML/Weather.hs index 26935cf..47e931f 100644 --- a/src/TSN/XML/Weather.hs +++ b/src/TSN/XML/Weather.hs @@ -384,7 +384,8 @@ mkPersist tsn_codegen_config [groundhog| reference: onDelete: cascade -# We rename the two fields that needed a "dtl" prefix to avoid a name clash. + # We rename the two fields that needed a "dtl" prefix to avoid a name + # clash. - entity: WeatherDetailedWeatherListingItem dbName: weather_detailed_items constructors: @@ -714,7 +715,7 @@ unsafe_get_xmltree path = -- test_types_detected_correctly :: TestTree test_types_detected_correctly = - testGroup "weatherxml types detected correctly" $ + testGroup "weatherxml types detected correctly" [ check "test/xml/weatherxml.xml" "first type detected correctly" True,