changeset 3442:204609180482

Compare against the correct image
author Sam Lantinga <slouken@libsdl.org>
date Wed, 18 Nov 2009 06:15:21 +0000
parents 5271ce790fed
children 7f477a22dff5
files test/automated/render/render.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/automated/render/render.c	Tue Nov 17 06:51:14 2009 +0000
+++ b/test/automated/render/render.c	Wed Nov 18 06:15:21 2009 +0000
@@ -518,7 +518,7 @@
    }
 
    /* See if it's the same. */
-   if (render_compare( "Blended primitives output not the same.", &img_primitives ))
+   if (render_compare( "Blended primitives output not the same.", &img_blend ))
       return -1;
 
    return 0;