X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=e325dbb16d9ba35fae564bb2a9fb3b7327fb02f9;hb=ac6bc481cef04a4f69a55075d09927c8617be14b;hp=54878d803fe2778c11c3df1db19439aa74f5129c;hpb=d6ecde013d55ee2ea64d5f0e770d6d6325b44a88;p=pspp-builds.git diff --git a/tests/output/render-test.c b/tests/output/render-test.c index 54878d80..e325dbb1 100644 --- a/tests/output/render-test.c +++ b/tests/output/render-test.c @@ -104,13 +104,12 @@ configure_drivers (int width, int length) #ifdef HAVE_CAIRO /* Render to render.pdf. */ string_map_insert (&options, "output-file", "render.pdf"); - string_map_insert (&options, "headers", "off"); string_map_insert (&options, "top-margin", "0"); string_map_insert (&options, "bottom-margin", "0"); string_map_insert (&options, "left-margin", "0"); string_map_insert (&options, "right-margin", "0"); string_map_insert_nocopy (&options, xstrdup ("paper-size"), - xasprintf ("%dx%dpt", width * 5, length * 6)); + xasprintf ("%dx%dpt", width * 5, length * 8)); driver = output_driver_create (&options); if (driver == NULL) exit (EXIT_FAILURE);