From 602ddbf48aa559727339ee29ee072c79e0b5ce97 Mon Sep 17 00:00:00 2001 From: Stephen Bloch Date: Sun, 24 Jul 2011 07:20:56 -0400 Subject: [PATCH] Changed error messages in test case to match corrected error messages in 2htdp. (cherry picked from commit ab01d563ca6a0313e1cb5c07372a2bd2929ae4bc) --- collects/picturing-programs/tests/map-image-bsl-tests.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/picturing-programs/tests/map-image-bsl-tests.rkt b/collects/picturing-programs/tests/map-image-bsl-tests.rkt index 673a3615fb..ccbe94dc2d 100644 --- a/collects/picturing-programs/tests/map-image-bsl-tests.rkt +++ b/collects/picturing-programs/tests/map-image-bsl-tests.rkt @@ -208,7 +208,7 @@ (define (return-minus-5 x y) -5) (check-error (build3-image 17 24 x-gradient-2 y-gradient-2 return-minus-5) - "make-color: Expected an integer between 0 and 255 as third argument, given: -5") + "make-color: expects an integer between 0 and 255 as third argument, given -5") "Test cases for build4-image:" "(build4-image 50 50 x-gradient-2 x-gradient-2 zero-2-args y-gradient-2) should be a square, increasingly yellow from left to right and increasingly alpha from top to bottom. On a blue background."