From 86fad78fcd2bf987249890aea4eabcce02a58f45 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Tue, 10 Mar 2015 12:15:40 -0700 Subject: [PATCH] On MacOSX, the sed utility errors out when parsing non-UTF8 files. Because of this, the generated cairo-test-constructor only contained a few tests and the test suite was thus incomplete. Original patch by Andrea Canciani --- test/composite-integer-translate-over.c | 2 +- test/degenerate-dash.c | 2 +- test/degenerate-path.c | 2 +- test/long-dashed-lines.c | 2 +- test/reflected-stroke.c | 2 +- test/user-font-rescale.c | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/composite-integer-translate-over.c b/test/composite-integer-translate-over.c index 4f89fa856..1b82a3379 100644 --- a/test/composite-integer-translate-over.c +++ b/test/composite-integer-translate-over.c @@ -1,5 +1,5 @@ /* - * Copyright © 2006 Mozilla Corporation + * Copyright © 2006 Mozilla Corporation * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without diff --git a/test/degenerate-dash.c b/test/degenerate-dash.c index 12cd0c7ed..6e7bf6b37 100644 --- a/test/degenerate-dash.c +++ b/test/degenerate-dash.c @@ -1,5 +1,5 @@ /* - * Copyright © 2008 Chris Wilson + * Copyright © 2008 Chris Wilson * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without diff --git a/test/degenerate-path.c b/test/degenerate-path.c index db53cbbdd..aa5f8225b 100644 --- a/test/degenerate-path.c +++ b/test/degenerate-path.c @@ -1,5 +1,5 @@ /* - * Copyright © 2006 Jeff Muizelaar + * Copyright © 2006 Jeff Muizelaar * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without diff --git a/test/long-dashed-lines.c b/test/long-dashed-lines.c index 215bd912c..4d6ded9a5 100644 --- a/test/long-dashed-lines.c +++ b/test/long-dashed-lines.c @@ -1,5 +1,5 @@ /* - * Copyright © 2008 Chris Wilson + * Copyright © 2008 Chris Wilson * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without diff --git a/test/reflected-stroke.c b/test/reflected-stroke.c index b11f5a9b3..895396a6a 100644 --- a/test/reflected-stroke.c +++ b/test/reflected-stroke.c @@ -1,5 +1,5 @@ /* - * Copyright © 2008 Chris Wilson + * Copyright © 2008 Chris Wilson * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without diff --git a/test/user-font-rescale.c b/test/user-font-rescale.c index 3fe70f605..6f03b8e66 100644 --- a/test/user-font-rescale.c +++ b/test/user-font-rescale.c @@ -1,5 +1,5 @@ /* - * Copyright © 2008 Jeff Muizelaar + * Copyright © 2008 Jeff Muizelaar * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without @@ -22,7 +22,7 @@ * * Contributor(s): * Jeff Muizelaar - * Kristian Høgsberg + * Kristian Høgsberg * Behdad Esfahbod */