[cairo-commit] test/jpeg.jpg test/mime-data.c test/mime-data.pdf.ref.png test/mime-data.ps.ref.png test/mime-data.ref.png

Chris Wilson ickle at kemper.freedesktop.org
Tue Nov 4 05:41:57 PST 2008


 test/jpeg.jpg              |binary
 test/mime-data.c           |    6 +++---
 test/mime-data.pdf.ref.png |binary
 test/mime-data.ps.ref.png  |binary
 test/mime-data.ref.png     |binary
 5 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9900a2adf3e43e752bd421f00e81873b41db4c30
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Nov 4 13:41:02 2008 +0000

    [test] Update mime-data jpeg reference data.
    
    <adrianj> ickle_: If we are going to use a different image for jpeg in
    mime-data maybe we could create a jpg that contains the text "jpeg". That
    way when support for the other image formats is added the mime-data test
    could have one image for each type with each image and it is easy to see
    that each image is the correct one.

diff --git a/test/jpeg.jpg b/test/jpeg.jpg
new file mode 100644
index 0000000..a1bac1c
Binary files /dev/null and b/test/jpeg.jpg differ
diff --git a/test/mime-data.c b/test/mime-data.c
index dd1e095..a387d67 100644
--- a/test/mime-data.c
+++ b/test/mime-data.c
@@ -39,7 +39,7 @@ read_jpg_file (const cairo_test_context_t *ctx,
      * when the JPEG representation is used in preference to the image
      * surface.
      */
-    const char jpg_filename[] = "scarab.jpg";
+    const char jpg_filename[] = "jpeg.jpg";
     FILE *file;
     unsigned char *buf;
     unsigned int len;
@@ -92,7 +92,7 @@ draw (cairo_t *cr, int width, int height)
 	return cairo_test_status_from_status (ctx, status);
     }
 
-    image = cairo_test_create_surface_from_png (ctx, "romedalen.png");
+    image = cairo_image_surface_create (CAIRO_FORMAT_RGB24, 200, 50);
     status = cairo_surface_set_mime_data (image, CAIRO_MIME_TYPE_JPEG,
 					  jpg_data, jpg_len, free);
     if (status) {
@@ -111,5 +111,5 @@ CAIRO_TEST (mime_data,
 	    "Check that the mime-data embedding works",
 	    "jpeg, api", /* keywords */
 	    NULL, /* requirements */
-	    10, 10,
+	    200, 50,
 	    NULL, draw)
diff --git a/test/mime-data.pdf.ref.png b/test/mime-data.pdf.ref.png
index f04fe6c..cf53a61 100644
Binary files a/test/mime-data.pdf.ref.png and b/test/mime-data.pdf.ref.png differ
diff --git a/test/mime-data.ps.ref.png b/test/mime-data.ps.ref.png
index 43d1032..cf53a61 100644
Binary files a/test/mime-data.ps.ref.png and b/test/mime-data.ps.ref.png differ
diff --git a/test/mime-data.ref.png b/test/mime-data.ref.png
index cc13baf..782a2ee 100644
Binary files a/test/mime-data.ref.png and b/test/mime-data.ref.png differ


More information about the cairo-commit mailing list