HUnit 1.2.0.0 on 6.8.1 vs 1.1.1 on 6.6.1
Greg Fitzgerald
garious at gmail.com
Wed Nov 21 14:13:26 EST 2007
On Windows, HUnit's assertions are not working - trace below in ghci 6.8.1and
6.6.1. Can others reproduce? Is this the right place to report bugs?
Should I confirm a bug here and then create a ticket, create a ticket and
that's it, or just mention it here and someone else creates a ticket?
GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help
Loading package base ... linking ... done.
> :m Test.HUnit
> "abc" @=? "efg"
Loading package HUnit-1.2.0.0 ... linking ... done.
*** Exception: (unknown)
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.6.1, for Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
Loading package base ... linking ... done.
> :m Test.HUnit
> "abc" @=? "efg"
Loading package HUnit-1.1.1 ... linking ... done.
*** Exception: user error (HUnit:expected: "abc"
but got: "efg")
Thanks,
Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20071121/aeabdfdb/attachment.htm
More information about the Glasgow-haskell-users
mailing list