From 58dd5e4a58d2312a00c3755fe2455fdb947dc162 Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Sun, 14 Feb 2010 15:16:31 -0800 Subject: [PATCH] Remove BIG5 tests Ignore-this: c1a205c92054dfaa81dbc15318949344 darcs-hash:20100214231631-a4fee-191d09de2ea31adb0808c227ef9c6cd3511c6bf4 --- tests/Test/Tests.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Test/Tests.hs b/tests/Test/Tests.hs index aa761dc..335e1b3 100644 --- a/tests/Test/Tests.hs +++ b/tests/Test/Tests.hs @@ -21,7 +21,7 @@ import Data.Encoding.JISX0208 import Data.Encoding.ISO2022JP import Data.Encoding.GB18030 import Data.Encoding.BootString -import Data.Encoding.BIG5 +--import Data.Encoding.BIG5 import Data.Encoding.CP437 import Test.HUnit import Test.QuickCheck @@ -280,6 +280,6 @@ gb18030Tests = TestList $ map test $ ,[0x84,0x31,0xA4,0x39]]) ] -big5Tests :: Test -big5Tests = test (EncodingFileTest BIG5 "data/BIG5" "data/BIG5.UTF-8") +{-big5Tests :: Test +big5Tests = test (EncodingFileTest BIG5 "data/BIG5" "data/BIG5.UTF-8")-} \ No newline at end of file