X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=276b9caf16b601826d6eb32daa09cb93d9949221;hb=05f68176948f888f3a5faacab98e0b8448b345e8;hp=a799ae708d7223dba0cb2f51147581f7fcdee829;hpb=d5eafcea532e3ef104e6e28a35ace4bd4b156c78;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index a799ae7..276b9ca 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -82,7 +82,7 @@ dtds = "Cbask_Indv_Scoring_XML.dtd", "Cbask_Indv_Shooting_XML.dtd", -- no dtd "CBASK_MinutesXML.dtd", - "Cbask_Polls_XML.dtd", -- no dtd + "Cbask_Polls_XML.dtd", "CBASK_ReboundsXML.dtd", -- no dtd "CBASK_ScoringLeadersXML.dtd", -- no dtd "CBASK_StealsXML.dtd", -- no dtd @@ -329,7 +329,8 @@ sport_info_test_files = "test/xml/sportinfo/CBASK_FoulsXML.xml", "test/xml/sportinfo/CBASK_FTPctXML.xml", "test/xml/sportinfo/Cbask_Indv_Scoring_XML.xml", - "test/xml/sportinfo/CBASK_MinutesXML.xml" + "test/xml/sportinfo/CBASK_MinutesXML.xml", + "test/xml/sportinfo/Cbask_Polls_XML.xml" ]