[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:04:19 UTC 2010


The following commit has been merged in the master branch:
commit 79538dda3fd77aa298b7e40bc9676ac179962bd5
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Dec 10 00:02:14 2005 +0100

    Updated tests to use HUnit

diff --git a/testsrc/ConfigParser/Maintest.hs b/testsrc/ConfigParser/Maintest.hs
index 8047260..2a11db6 100644
--- a/testsrc/ConfigParser/Maintest.hs
+++ b/testsrc/ConfigParser/Maintest.hs
@@ -21,7 +21,7 @@ import Test.HUnit
 import MissingH.ConfigParser
 import MissingH.Either
 import MissingH.IO.PlafCompat(nullFileName)
-import Testutil
+import MissingH.HUnit
 import Control.Exception
 import System.IO
 
diff --git a/testsrc/ConfigParser/Parsertest.hs b/testsrc/ConfigParser/Parsertest.hs
index dad55b9..bd4b79b 100644
--- a/testsrc/ConfigParser/Parsertest.hs
+++ b/testsrc/ConfigParser/Parsertest.hs
@@ -20,7 +20,7 @@ module ConfigParser.Parsertest(tests) where
 import Test.HUnit
 import MissingH.ConfigParser.Parser
 import MissingH.ConfigParser.Types
-import Testutil
+import MissingH.HUnit
 import Control.Exception
 
 test_basic =
diff --git a/testsrc/Eithertest.hs b/testsrc/Eithertest.hs
index 6d7d144..ebaaa1e 100644
--- a/testsrc/Eithertest.hs
+++ b/testsrc/Eithertest.hs
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 module Eithertest(tests) where
 import Test.HUnit
 import MissingH.Either
-import Testutil
+import MissingH.HUnit
 import Control.Exception
 
 test_maybeToEither =
diff --git a/testsrc/HVFStest.hs b/testsrc/HVFStest.hs
index 9dee44a..308974d 100644
--- a/testsrc/HVFStest.hs
+++ b/testsrc/HVFStest.hs
@@ -22,7 +22,7 @@ import MissingH.IO.HVIO
 import MissingH.IO.HVFS
 import MissingH.IO.HVFS.InstanceHelpers
 import MissingH.IO.HVFS.Combinators
-import Testutil
+import MissingH.HUnit
 import System.IO
 import System.IO.Error
 import Control.Exception
diff --git a/testsrc/HVIOtest.hs b/testsrc/HVIOtest.hs
index 93c7001..2cba92b 100644
--- a/testsrc/HVIOtest.hs
+++ b/testsrc/HVIOtest.hs
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 module HVIOtest(tests) where
 import Test.HUnit
 import MissingH.IO.HVIO
-import Testutil
+import MissingH.HUnit
 import System.IO
 import System.IO.Error
 import Control.Exception
diff --git a/testsrc/IOtest.hs b/testsrc/IOtest.hs
index 901bf14..7f52eb3 100644
--- a/testsrc/IOtest.hs
+++ b/testsrc/IOtest.hs
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 module IOtest() where
 import Test.HUnit
 import MissingH.IO
-import Testutil
+import MissingH.HUnit
 
 
 
diff --git a/testsrc/Network/FTP/Parsertest.hs b/testsrc/Network/FTP/Parsertest.hs
index 32e531e..0c69747 100644
--- a/testsrc/Network/FTP/Parsertest.hs
+++ b/testsrc/Network/FTP/Parsertest.hs
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 module Network.FTP.Parsertest(tests) where
 import Test.HUnit
 import MissingH.Network.FTP.ParserClient
-import Testutil
+import MissingH.HUnit
 import Network.Socket
 
 test_parseReply =
diff --git a/testsrc/Strtest.hs b/testsrc/Strtest.hs
index 1660ef1..3687e59 100644
--- a/testsrc/Strtest.hs
+++ b/testsrc/Strtest.hs
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 module Strtest(tests) where
 import Test.HUnit
 import MissingH.Str
-import Testutil
+import MissingH.HUnit
 import Text.Regex
 
 test_lstrip =

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list