X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=6bb99a2a484474d8f286e4895bcb3fddc46f4583;hb=6eb1c7477c2d4d3cace6d1b865a5efbec21300a7;hp=a9e1f1a248863a84b13417c5d6c9fc604e05d995;hpb=14dc52a2e7d7712281aee2332f7342f67abe4306;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index a9e1f1a..6bb99a2 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -236,6 +236,7 @@ instance DbImport SportInfo where -- mkPersist defaultCodegenConfig [groundhog| - entity: SportInfo + dbName: sport_info constructors: - name: SportInfo uniques: @@ -274,7 +275,7 @@ test_accessors = testCase "we can access a parsed sport_info" $ do let a2 = xml_file_id t let ex2 = 2011 let a3 = show $ time_stamp t - let ex3 = "2009-09-28 00:50:00 UTC" + let ex3 = "2009-09-27 19:50:00 UTC" let a4 = take 9 (xml t) let ex4 = "" let actual = (a1,a2,a3,a4)