From eef1637fe8da190a76b774e70a3f3f58bd1db8fb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 14 Feb 2008 21:37:27 +0000 Subject: [PATCH] fix check-expect link (from David) svn: r8665 --- collects/test-box-recovery/test-box-recovery.scrbl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/collects/test-box-recovery/test-box-recovery.scrbl b/collects/test-box-recovery/test-box-recovery.scrbl index a2c5c097bd..2b714236b2 100644 --- a/collects/test-box-recovery/test-box-recovery.scrbl +++ b/collects/test-box-recovery/test-box-recovery.scrbl @@ -1,6 +1,6 @@ #lang scribble/doc @(require scribble/manual - (for-label htdp/testing)) + (for-label teachpack/htdp/testing)) @title{Test Box Recovery Tool} @@ -8,8 +8,7 @@ The text-box recovery tool allows DrScheme v370 and later to read programs created using v360 and earlier that include test-case boxes. When opened using this tool, test-case boxes are turned into -@scheme[check-expect] forms that work with the -@schememodname[htdp/testing] teachpack. +@scheme[check-expect] forms. Test boxes plain-text tests and expected results are converted to plain-text @scheme[check-expect] forms.