diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-31 13:50:55 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-31 13:50:55 +0000 |
commit | 992f74d884c9ea83f7b51c6959dd93718027b99a (patch) | |
tree | 1c9407f9583f67a319b01da2f1bfcb05136c5a57 /test/cairo-test.h | |
parent | e90073f7ddc6f461a935bc360c409b04f1fe9f74 (diff) |
[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/cairo-test.h')
-rw-r--r-- | test/cairo-test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h index f1b57cc1..5bb23ae9 100644 --- a/test/cairo-test.h +++ b/test/cairo-test.h @@ -232,6 +232,7 @@ cairo_test_reference_image_filename (const cairo_test_context_t *ctx, const char *base_name, const char *test_name, const char *target_name, + const char *base_target_name, const char *format); cairo_surface_t * |