X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FGameInfo.hs;h=2b5e1adb9ed3b45ad803a26479811088ab5099e6;hb=6eb1c7477c2d4d3cace6d1b865a5efbec21300a7;hp=4f264bb54e629788a30fc0aa7bee9e1148681c81;hpb=14dc52a2e7d7712281aee2332f7342f67abe4306;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/GameInfo.hs b/src/TSN/XML/GameInfo.hs index 4f264bb..2b5e1ad 100644 --- a/src/TSN/XML/GameInfo.hs +++ b/src/TSN/XML/GameInfo.hs @@ -123,6 +123,7 @@ instance DbImport GameInfo where -- mkPersist defaultCodegenConfig [groundhog| - entity: GameInfo + dbName: game_info constructors: - name: GameInfo uniques: @@ -161,7 +162,7 @@ test_accessors = testCase "we can access a parsed game_info" $ do let a2 = xml_file_id t let ex2 = 21201550 let a3 = show $ time_stamp t - let ex3 = "2014-05-31 20:13:00 UTC" + let ex3 = "2014-05-31 15:13:00 UTC" let a4 = take 9 (xml t) let ex4 = "" let actual = (a1,a2,a3,a4)