[cairo] [PATCH 3/3] [test] Use UTF-8 in test files
Andrea Canciani
ranma42 at gmail.com
Tue Mar 10 04:10:36 PDT 2015
From: Andrea Canciani <ranma42 at gmail.com>
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.
---
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 4f89fa8..1b82a33 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 12cd0c7..6e7bf6b 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 db53cbb..aa5f822 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 215bd91..4d6ded9 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 b11f5a9..895396a 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 3fe70f6..6f03b8e 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 <jeff at infidigm.net>
- * Kristian Høgsberg <krh at redhat.com>
+ * Kristian Høgsberg <krh at redhat.com>
* Behdad Esfahbod <behdad at behdad.org>
*/
--
1.9.3 (Apple Git-50)
More information about the cairo
mailing list