From 3d3101ffe4e56afb7ae9421d8be62c515076e2cd Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 10 Nov 2009 17:24:31 +0000 Subject: [PATCH] Add application/x-it87_2 Matching values taken from the IT8.7/2 specification which is freely available. --- freedesktop.org.xml.in | 9 +++++++++ tests/list | 2 ++ tests/test.it872 | 17 +++++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 tests/test.it872 diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 1ab976e..81eeacb 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -5115,6 +5115,15 @@ command to generate the output files. + + <_comment>IT 8.7/2 reference file + + + + + + + diff --git a/tests/list b/tests/list index c9229a4..602b41a 100644 --- a/tests/list +++ b/tests/list @@ -240,3 +240,5 @@ core application/x-core ox Core application/octet-stream # Copied from xcalib, http://xcalib.sourceforge.net/ bluish.icc application/vnd.iccprofile +# Generated by hand +test.it872 application/x-it87_2 diff --git a/tests/test.it872 b/tests/test.it872 new file mode 100644 index 0000000..4d02a16 --- /dev/null +++ b/tests/test.it872 @@ -0,0 +1,17 @@ +IT8.7/2 +ORIGINATOR "Richard Hughes" +DESCRIPTOR "Sample IT8.7/2 file" +MANUFACTURER "Richard Hughes - http://www.hughsie.com" +CREATED "November 10, 2009" +PROD_DATE "2009:02" +SAMPLE_BACKING "white" +SERIAL "0123456789" +MATERIAL "White paper" +NUMBER_OF_FIELDS 9 +BEGIN_DATA_FORMAT +SAMPLE_ID XYZ_X XYZ_Y XYZ_Z LAB_L LAB_A LAB_B LAB_C LAB_H +END_DATA_FORMAT +NUMBER_OF_SETS 1 +BEGIN_DATA +A1 1.23 4.56 7.89 1.23 4.56 7.89 1.23 4.56 +END_DATA -- 1.6.5.2