summaryrefslogtreecommitdiff
path: root/test/svg-surface.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-31 13:50:55 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-31 13:50:55 +0000
commit992f74d884c9ea83f7b51c6959dd93718027b99a (patch)
tree1c9407f9583f67a319b01da2f1bfcb05136c5a57 /test/svg-surface.c
parente90073f7ddc6f461a935bc360c409b04f1fe9f74 (diff)
downloadcairo-992f74d884c9ea83f7b51c6959dd93718027b99a.tar.gz
[test] Use '.' as the field separator in the names
We frequently use '-' within the test name or format name and so we encounter confusion as '-' is also used as the field separator. At times this has caused a new test to break an old test because the new test would match one of the old test's target specific reference images. So switch everything over to use '.' between fields (test name, target, format, subtest, etc.).
Diffstat (limited to 'test/svg-surface.c')
-rw-r--r--test/svg-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/svg-surface.c b/test/svg-surface.c
index 6f071cedd..4e29f1bc1 100644
--- a/test/svg-surface.c
+++ b/test/svg-surface.c
@@ -90,7 +90,7 @@ static cairo_test_status_t
preamble (cairo_test_context_t *ctx)
{
cairo_t *cr;
- const char *filename = "svg-surface-out.svg";
+ const char *filename = "svg-surface.out.svg";
cairo_surface_t *surface;
if (! cairo_test_is_target_enabled (ctx, "svg11") &&