From 920b070987c00b369bd6c77c6283f68dffbc7b83 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 15 Jul 2015 11:10:59 -0400 Subject: tests: Fix thinko in minpixwin50 The other minpixwin tests draw to a window 50% the size of the pixmap, it's clear this one was meant to too. Signed-off-by: Adam Jackson --- do_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'do_tests.c') diff --git a/do_tests.c b/do_tests.c index 51b1ca6..e6ff767 100644 --- a/do_tests.c +++ b/do_tests.c @@ -1299,10 +1299,10 @@ Test test[] = { InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, {4, 5, NULL, NULL, 0x8000}}, - {"-minpixwin100", "Scale 100x100 from pixmap to 5x5 window", NULL, + {"-minpixwin100", "Scale 100x100 from pixmap to 50x50 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, - {4, 5, NULL, NULL, 0x8000}}, + {4, 50, NULL, NULL, 0x8000}}, {"-minpixwin500", "Scale 500x500 from pixmap to 250x250 window", NULL, InitCompositePix, DoCompositePixWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, -- cgit v1.2.3