]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - test/TestSuite.hs
Use hyphens instead of underscores in access-token et al.
[dead/halcyon.git] / test / TestSuite.hs
index f583ca19ac464bbcf89d232b92c2d8028b00acaa..4fa222dfbfa1bd87dcf2f97bc80f82b33de5da56 100644 (file)
@@ -2,14 +2,14 @@ import Test.HUnit
 
 import StringUtils (string_utils_tests)
 import Twitter.Status(status_tests)
-import Twitter.Xml(xml_tests)
+import Html(html_tests)
 
 -- The list of HUnit tests.
-test_suite = TestList (concat [xml_tests, status_tests, string_utils_tests])
+test_suite = TestList (concat [html_tests, status_tests, string_utils_tests])
 
 main :: IO ()
 main = do
   putStrLn "HUnit"
   putStrLn "-----"
   runTestTT test_suite
-  return ()
\ No newline at end of file
+  return ()