Re: [CSG111] CSG111 MP5: Test harness regression


Subject: Re: [CSG111] CSG111 MP5: Test harness regression
From: Therapon Skotiniotis (skotthe@ccs.neu.edu)
Date: Wed Mar 08 2006 - 21:07:03 EST


On Wed, Mar 08, 2006 at 08:49:59PM -0500, Zach Kissel wrote:
> Hi All,
> I believe there is regression in the test harness. Using the logged
> print function definend in drscheme-mp5-init.scm. It no longer allows
> you to write tests of the following form
> (simple-test "print 11" '(11)) it will tell you the corect answer

 Remove the quote from '(11) your test should read

 (simple-test "print 11" (11))

-- Theo

_______________________________________________
csg111 mailing list
csg111@lists.ccs.neu.edu
https://lists.ccs.neu.edu/bin/listinfo/csg111



This archive was generated by hypermail 2b28 : Thu Mar 15 2007 - 15:00:09 EDT