From: Richard H. <hug...@gm...> - 2016-03-30 09:49:51
My colord self tests have been failing since commit:
commit 40c640365214587d6f61161a738ade93ccba25c8
Author: Marti <mar...@tk...>
Date: Mon Nov 30 10:11:30 2015 +0100
Fixed alignment issues on alpha
The failure I'm seeing is:
libcolord:ERROR:cd-test-private.c:1739:colord_icc_localized_func:
assertion failed (str == "Crayon Colors"): ("Crayon Colours" ==
"Crayon Colors")
which is opening the MLUC-using crayons.icc which has multiple
translations, "Crayon Colors" for en_US and "Crayon Colours" for
en_GB. Since that alpha-fixup commit I'm always getting the en_GB data
even when asking for the en_US version explicitly..
Richard
From: Marti M. <mar...@li...> - 2016-04-29 16:36:31
Thanks Richard,
It is now fixed in GIT.
I wonder if you would allow me to use the crayons.icc file for the automated
test. That would prevent same error to show up again.
Regards
Marti Maria
The LittleCMS project
http://www.littlecms.com
-----Original Message-----
From: Richard Hughes [mailto:hug...@gm...]
Sent: miércoles, 30 de marzo de 2016 11:50
To: Lcms Liste <lcm...@li...>
Subject: [Lcms-user] Recent regression with master
My colord self tests have been failing since commit:
commit 40c640365214587d6f61161a738ade93ccba25c8
Author: Marti <mar...@tk...>
Date: Mon Nov 30 10:11:30 2015 +0100
Fixed alignment issues on alpha
The failure I'm seeing is:
libcolord:ERROR:cd-test-private.c:1739:colord_icc_localized_func:
assertion failed (str == "Crayon Colors"): ("Crayon Colours" == "Crayon
Colors")
which is opening the MLUC-using crayons.icc which has multiple translations,
"Crayon Colors" for en_US and "Crayon Colours" for en_GB. Since that
alpha-fixup commit I'm always getting the en_GB data even when asking for
the en_US version explicitly..
Richard
----------------------------------------------------------------------------
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with Intel Data Analytics
Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Lcms-user mailing list
Lcm...@li...
https://lists.sourceforge.net/lists/listinfo/lcms-user
From: Richard H. <hug...@gm...> - 2016-04-29 16:25:27
On 29 April 2016 at 17:23, Marti Maria <mar...@li...> wrote:
> I wonder if you would allow me to use the crayons.icc file for the automated
> test. That would prevent same error to show up again.
Sure, no problem at all. It's autogenerated in colord, so feel free to
use it under any license you want. Thanks!
Richard.