summaryrefslogtreecommitdiff
path: root/test/rectilinear-dash-scale.c
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-09-12 22:55:02 +0000
committerUli Schlachter <psychon@znc.in>2013-09-13 12:57:17 +0200
commita6ace0cf6b96930c08397c64bffabc4b201ab4e8 (patch)
tree0d36927d859aeb70fef01e09058b5b0785730053 /test/rectilinear-dash-scale.c
parentaacc5e76ed39b69595194a23e94bbd6483dd88a6 (diff)
downloadcairo-a6ace0cf6b96930c08397c64bffabc4b201ab4e8.tar.gz
test: Comma separate keywords
The parser accepts spaces as separtors between keywords, so this is nit picky. But only a minority of tests don't follow the comma convention, so change them to be consistent. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'test/rectilinear-dash-scale.c')
-rw-r--r--test/rectilinear-dash-scale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rectilinear-dash-scale.c b/test/rectilinear-dash-scale.c
index 1b69516bd..34f334561 100644
--- a/test/rectilinear-dash-scale.c
+++ b/test/rectilinear-dash-scale.c
@@ -183,14 +183,14 @@ unaligned (cairo_t *cr, int width, int height)
CAIRO_TEST (rectilinear_dash_scale,
"Test dashed rectilinear stroke operations (covering only whole pixels) after scaling",
- "stroke dash", /* keywords */
+ "stroke, dash", /* keywords */
NULL, /* requirements */
4*SIZE, 2*SIZE,
NULL, aligned)
CAIRO_TEST (rectilinear_dash_scale_unaligned,
"Test dashed rectilinear stroke operations (covering partial pixels) after scaling",
- "stroke dash", /* keywords */
+ "stroke, dash", /* keywords */
NULL, /* requirements */
4*SIZE, 2*SIZE,
NULL, unaligned)