[gegl] test-serialize: fix test failures due to recent changes to gegl:text
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] test-serialize: fix test failures due to recent changes to gegl:text
- Date: Tue, 22 Nov 2016 22:39:36 +0000 (UTC)
commit 48c1674d3d4902e74f78e827f2f4fcf9f78bc85d
Author: Ell <ell_se yahoo com>
Date: Tue Nov 22 16:38:33 2016 -0500
test-serialize: fix test failures due to recent changes to gegl:text
... by updating the test to match the new results :)
tests/simple/test-serialize.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/simple/test-serialize.c b/tests/simple/test-serialize.c
index 59ea347..9e75788 100644
--- a/tests/simple/test-serialize.c
+++ b/tests/simple/test-serialize.c
@@ -46,11 +46,11 @@ TestCase tests[] = {
""},
{"over aux=[ text string='foo bar' ]",
- "svg:src-over aux=[ gegl:text string='foo bar' width=35 height=11 ]",
+ "svg:src-over aux=[ gegl:text string='foo bar' width=36 height=7 ]",
""},
{"over aux=[text string='foo bar' ]",
- "svg:src-over aux=[ gegl:text string='foo bar' width=35 height=11 ]",
+ "svg:src-over aux=[ gegl:text string='foo bar' width=36 height=7 ]",
""},
{"over aux= [ ",
@@ -76,7 +76,7 @@ TestCase tests[] = {
"gegl:exposure has no foo property, properties: 'exposure', 'offset', 'gamma', "},
{"over aux=[text string='foo bar']",
- "svg:src-over aux=[ gegl:text string='foo bar' width=35 height=11 ]",
+ "svg:src-over aux=[ gegl:text string='foo bar' width=36 height=7 ]",
""},
{"over aux=[ load path=/ ]",
@@ -100,7 +100,7 @@ TestCase tests[] = {
""},
{"over aux=[ text string={ 0='foo bar' } ]",
- "svg:src-over aux=[ gegl:text string='foo bar' width=35 height=11 ]",
+ "svg:src-over aux=[ gegl:text string='foo bar' width=36 height=7 ]",
""},
{NULL, NULL, NULL}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]