diff options
author | Peter Harris <pharris@opentext.com> | 2014-03-26 13:45:59 -0400 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2014-07-07 14:37:50 -0400 |
commit | ebaf6141a9932f934c87fce0c6f91c5ca25d1f3c (patch) | |
tree | e27b7019dac32f141fbb9e37b07e7cc510fe7e6a | |
parent | cb8d37dc33f2044636a04b0f81ebb4023daa93a6 (diff) |
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 <pharris@opentext.com>
-rw-r--r-- | do_tests.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}}, |