diff options
Diffstat (limited to 'test/multi-page.c')
-rw-r--r-- | test/multi-page.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/multi-page.c b/test/multi-page.c index 89f00c7a..0b739026 100644 --- a/test/multi-page.c +++ b/test/multi-page.c @@ -142,7 +142,7 @@ preamble (cairo_test_context_t *ctx) if (result == CAIRO_TEST_UNTESTED) result = CAIRO_TEST_SUCCESS; - filename = "multi-page-out.ps"; + filename = "multi-page.out.ps"; surface = cairo_ps_surface_create (filename, WIDTH_IN_POINTS, HEIGHT_IN_POINTS); status = cairo_surface_status (surface); @@ -165,7 +165,7 @@ preamble (cairo_test_context_t *ctx) if (result == CAIRO_TEST_UNTESTED) result = CAIRO_TEST_SUCCESS; - filename = "multi-page-out.pdf"; + filename = "multi-page.out.pdf"; surface = cairo_pdf_surface_create (filename, WIDTH_IN_POINTS, HEIGHT_IN_POINTS); status = cairo_surface_status (surface); |