[gegl] test/serialize: comment out font reliant tests



commit 536f9b8911fe414475848d2f799f76d0de80eef2
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Jun 27 17:08:10 2017 +0200

    test/serialize: comment out font reliant tests
    
    Fixing bug #784252

 tests/simple/test-serialize.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/tests/simple/test-serialize.c b/tests/simple/test-serialize.c
index 81000c8..5047f7a 100644
--- a/tests/simple/test-serialize.c
+++ b/tests/simple/test-serialize.c
@@ -55,6 +55,12 @@ TestCase tests[] = {
     {"over aux=[text string='foo bar' ]",
      "svg:src-over aux=[  gegl:text string='foo bar' width=33 height=7 ]\n",
      ""},
+    {"over aux=[text string='foo bar']",
+     "svg:src-over aux=[  gegl:text string='foo bar' width=33 height=7 ]\n",
+     ""},
+    {"over aux=[ text string={ 0='foo bar' } ]",
+     "svg:src-over aux=[  gegl:text string='foo bar' width=33 height=7 ]\n",
+     ""},
      */
 
     {"over aux= [ ",
@@ -79,10 +85,6 @@ TestCase tests[] = {
      "gegl:exposure",
      "gegl:exposure has no foo property, properties: 'black-level', 'exposure', "},
 
-    {"over aux=[text string='foo bar']",
-     "svg:src-over aux=[  gegl:text string='foo bar' width=33 height=7 ]\n",
-     ""},
-
     {"over aux=[ load path=/ ]",
      "svg:src-over aux=[  gegl:load path='/' ]\n",
      ""},
@@ -103,9 +105,6 @@ TestCase tests[] = {
      "id=foo\n svg:src-over aux=[  ref=foo\n gegl:invert-linear ]\n",
      ""},
 
-    {"over aux=[ text string={ 0='foo bar' } ]",
-     "svg:src-over aux=[  gegl:text string='foo bar' width=33 height=7 ]\n",
-     ""},
 
     {NULL, NULL, NULL}
 };


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