[plt-scheme] Version 370 Test Cases
At Sun, 3 Jun 2007 10:58:59 -0400, Rainer Gross wrote:
> I was using Test Cases in Version 360 of DrScheme. Since I've updated
> to version 370 this feature seams to have disapeared. Were test cases
> discontinued? How can I keep using my test cases?
As a workaround until someone produces a better solution...
I have uploaded a tool to Planet that enables DrScheme v370 to open
files containing test-case boxes. It translates the text-case box to a
`check-expect' call (compatible with the "testing.ss" teachpack).
A weakness of this first version is that it puts the `check-expect' in
a comment box if the original test box had non-text elements.
To install the tool:
planet -i mflatt test-box-recover.plt 1 0
Matthew