From f60d57a27f6216a897c3faaa7e97d265f8c9bd30 Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 22 Oct 2012 14:57:10 -0700 Subject: [PATCH] updated manual tests --- collects/tests/stepper/manual-tests.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/tests/stepper/manual-tests.txt b/collects/tests/stepper/manual-tests.txt index 3e61d3575f..1d6f63e0c7 100644 --- a/collects/tests/stepper/manual-tests.txt +++ b/collects/tests/stepper/manual-tests.txt @@ -7,10 +7,9 @@ Make sure that you get a warning when you change the underlying program, and a warning when the program window disappears. Try stepping backward and forward through programs with correct and erroneous -(syntax errors, runtime errors) executions. +(syntax errors, runtime errors) executions, incl. jumping to end. Try programs which print snips (print-convert-test.ss) try programs that contain test cases; make sure that the popups behave sensibly. -Try jumping to the end on a program with an error.