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 <[email protected]> --- 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}}, -- 1.9.0 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
