summaryrefslogtreecommitdiff
path: root/test/caps.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/caps.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/caps.c')
-rw-r--r--test/caps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/caps.c b/test/caps.c
index cde2773f9..87f008a7c 100644
--- a/test/caps.c
+++ b/test/caps.c
@@ -106,7 +106,7 @@ draw_05 (cairo_t *cr, int width, int height)
CAIRO_TEST (caps,
"Test caps",
- "stroke caps", /* keywords */
+ "stroke, caps", /* keywords */
NULL, /* requirements */
PAD + SIZE + PAD,
3 * (PAD + SIZE) + PAD,
@@ -114,7 +114,7 @@ CAIRO_TEST (caps,
CAIRO_TEST (caps_2,
"Test normal caps",
- "stroke caps", /* keywords */
+ "stroke, caps", /* keywords */
NULL, /* requirements */
PAD + SIZE + PAD,
3 * (PAD + SIZE) + PAD,
@@ -122,7 +122,7 @@ CAIRO_TEST (caps_2,
CAIRO_TEST (caps_1,
"Test hairline caps",
- "stroke caps", /* keywords */
+ "stroke, caps", /* keywords */
NULL, /* requirements */
PAD + SIZE + PAD,
3 * (PAD + SIZE) + PAD,
@@ -130,7 +130,7 @@ CAIRO_TEST (caps_1,
CAIRO_TEST (caps_05,
"Test fine caps",
- "stroke caps", /* keywords */
+ "stroke, caps", /* keywords */
NULL, /* requirements */
PAD + SIZE + PAD,
3 * (PAD + SIZE) + PAD,