[gegl] test-serialize: adjust expected text size to match CI results



commit 4c0e77d04c1a1b29b679a530cbe2ef32e3253c10
Author: Ell <ell_se yahoo com>
Date:   Tue Nov 22 18:27:57 2016 -0500

    test-serialize: adjust expected text size to match CI results
    
    Not a very good long-term solution, but should make the build pass
    again for now.

 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 9e75788..96fcfa6 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=36 height=7 ]",
+     "svg:src-over aux=[ gegl:text string='foo bar' width=33 height=7 ]",
      ""},
 
     {"over aux=[text string='foo bar' ]",
-     "svg:src-over aux=[ gegl:text string='foo bar' width=36 height=7 ]",
+     "svg:src-over aux=[ gegl:text string='foo bar' width=33 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=36 height=7 ]",
+     "svg:src-over aux=[ gegl:text string='foo bar' width=33 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=36 height=7 ]",
+     "svg:src-over aux=[ gegl:text string='foo bar' width=33 height=7 ]",
      ""},
 
     {NULL, NULL, NULL}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]