[plt-scheme] Re: schemeunit check stuff changed?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Apr 13 10:11:41 EDT 2007

Thank you!

If I may be so bold, maybe it would be nice if the error messages were
slightly more informative? (Or maybe fixing the docs would just make
the problem go away, I'm not sure.)

Robby

On 4/13/07, Noel Welsh <noelwelsh at yahoo.com> wrote:
> ----- Original Message ----
> From: Robby Findler <robby at cs.uchicago.edu>
>
> >  (test/text-ui
> >   (test-suite
>
> In both cases test-suite should be test-case.  I've given my documentation monkeys a sound thrashing.
>
> I'm not sure what is going wrong with your other examples, other than this:
>
>          (with-check-info*
>           (list (make-check-actual (car all))
>                 (make-check-expected to))
>           (check equal? (car all) to))
>
> should be:
>
>
>          (with-check-info*
>           (list (make-check-actual (car all))
>                 (make-check-expected to))
>           (lambda () (check equal? (car all) to)))
>
> N.
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>


Posted on the users mailing list.