From ebaf6141a9932f934c87fce0c6f91c5ca25d1f3c Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Wed, 26 Mar 2014 13:45:59 -0400 Subject: Fix name collision in -rgb*text Prepend a c to the test names of the "core" versions, to match the -aa*text and -caa*text tests. Signed-off-by: Peter Harris --- do_tests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/do_tests.c b/do_tests.c index 921676a..51b1ca6 100644 --- a/do_tests.c +++ b/do_tests.c @@ -1064,15 +1064,15 @@ Test test[] = { InitAAText, DoAAText, ClearTextWin, EndAAText, V1_5FEATURE, NONROP, 0, {80, 12, "courier:antialias=false:render=false:rgba=0:pixelsize=12", NULL}}, - {"-rgb10text", "Char in 80-char rgb core line (Charter 10)", NULL, + {"-crgb10text", "Char in 80-char rgb core line (Charter 10)", NULL, InitAAText, DoAAText, ClearTextWin, EndAAText, V1_5FEATURE, NONROP, 0, {80, 10, "charter:antialias=true:render=false:rgba=rgb:pixelsize=10", NULL}}, - {"-rgb24text", "Char in 30-char rgb core line (Charter 24)", NULL, + {"-crgb24text", "Char in 30-char rgb core line (Charter 24)", NULL, InitAAText, DoAAText, ClearTextWin, EndAAText, V1_5FEATURE, NONROP, 0, {30, 24, "charter:antialias=true:render=false:rgba=rgb:pixelsize=24", NULL}}, - {"-rgbftext", "Char in 80-char rgb core line (Courier 12)", NULL, + {"-crgbftext", "Char in 80-char rgb core line (Courier 12)", NULL, InitAAText, DoAAText, ClearTextWin, EndAAText, V1_5FEATURE, NONROP, 0, {80, 12, "courier:antialias=true:render=false:rgba=rgb:pixelsize=12", NULL}}, -- cgit v1.2.3