[gegl] tests/simple/test-image-compare: update reference



commit 5ce5659ef902d180436d05e89ffc73d0f573a786
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Jan 12 23:53:40 2015 +0100

    tests/simple/test-image-compare: update reference
    
    The expected results is now different due to fixes in babls CIE Lab
    in babl commit 0dba0608bd2cfe69453834c1ec87b7a2be13d2dd

 tests/simple/test-image-compare.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/tests/simple/test-image-compare.c b/tests/simple/test-image-compare.c
index 9d555a5..bbacc4b 100644
--- a/tests/simple/test-image-compare.c
+++ b/tests/simple/test-image-compare.c
@@ -57,27 +57,27 @@ const CompareResult
 rgba_r_case =
   {
     2,
-    108.086754,
-    54.521946,
-    0.851905
+    110.236848,
+    55.606493,
+    0.868851
   };
 
 const CompareResult
 rgba_g_case =
   {
     2,
-    1.945577,
-    1.076242,
-    0.016816
+    1.832882,
+    1.013884,
+    0.015842
   };
 
 const CompareResult
 rgba_b_case =
   {
     2,
-    33.873798,
-    17.264227,
-    0.269754
+    34.399933,
+    17.536424,
+    0.274007
   };
 
 const CompareResult


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