From 1a674d2ffe95790041c06ef3cfa948c0416ad5b7 Mon Sep 17 00:00:00 2001 From: Stephen Bloch Date: Tue, 17 Dec 2013 14:54:39 -0500 Subject: [PATCH] Corrected expected error message to match actual error message. Now passes "raco test". (cherry picked from commit 97ee349046e295d95fcd45e99d5dee5828ac9109) --- .../picturing-programs/tests/map-image-bsl-tests.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/picturing-programs/picturing-programs/tests/map-image-bsl-tests.rkt b/pkgs/picturing-programs/picturing-programs/tests/map-image-bsl-tests.rkt index 7da5b93cca..37e3e34745 100644 --- a/pkgs/picturing-programs/picturing-programs/tests/map-image-bsl-tests.rkt +++ b/pkgs/picturing-programs/picturing-programs/tests/map-image-bsl-tests.rkt @@ -215,7 +215,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: expects an integer between 0 and 255 as third argument, given -5") + "build3-image: Expected fifth argument to return integer in range 0-255") "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."