[gegl] tools: add second nop hash to gegl-tester



commit b401c446b9ee60db294a50eee41b55ce24397c66
Author: John <jtm home gmail com>
Date:   Sun Jan 31 16:59:08 2021 +0000

    tools: add second nop hash to gegl-tester

 tools/gegl-tester.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tools/gegl-tester.c b/tools/gegl-tester.c
index eaf22ac89..a67339127 100644
--- a/tools/gegl-tester.c
+++ b/tools/gegl-tester.c
@@ -270,7 +270,8 @@ process_operations (GType type)
       {
         gchar *output_path = operation_to_path (name, FALSE);
         gchar *gothash = compute_hash_for_path (output_path);
-        if (g_str_equal (gothash, "9bbe341d798da4f7b181c903e6f442fd"))
+        if (g_str_equal (gothash, "9bbe341d798da4f7b181c903e6f442fd") ||
+            g_str_equal (gothash, "ffb9e86edb25bc92e8d4e68f59bbb04b"))
           g_printf (" reference is noop?\n");
         else
           g_printf (" hash = %s\n", gothash);


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