X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=c2e614daef72141e804081a67143365e23b5a2dc;hb=e96c288034adb2f415c8874b8b6230f82338928f;hp=e0b3aca48fcbdde2bd0dc3be62c2ea53775594a8;hpb=889969df41ced305a3f0101d36babeeca4fd8749;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index e0b3aca..c2e614d 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -209,7 +209,7 @@ dtds = "WNBAFTPctXML.dtd", "WNBAMinutesXML.dtd", "WNBAReboundsXML.dtd", - "WNBAScorersXML.dtd", -- no dtd + "WNBAScorersXML.dtd", "wnbastandxml.dtd", -- no dtd "WNBAStealsXML.dtd", -- no dtd "WNBATurnoversXML.dtd" -- no dtd @@ -442,7 +442,8 @@ sport_info_test_files = "WNBAFoulsXML.xml", "WNBAFTPctXML.xml", "WNBAMinutesXML.xml", - "WNBAReboundsXML.xml" + "WNBAReboundsXML.xml", + "WNBAScorersXML.xml" ]