From 9d9445427b0cf64ff50f6f4556062101fe2f95d0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 10 Nov 2009 18:54:19 +0000 Subject: [PATCH] Rename application/x-it87_2 to application/x-it87 as /2 is just a revision number --- freedesktop.org.xml.in | 8 ++++---- tests/list | 2 +- tests/test.it87 | 17 +++++++++++++++++ tests/test.it872 | 17 ----------------- 4 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 tests/test.it87 delete mode 100644 tests/test.it872 diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 2546426..3c8b8af 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -5115,14 +5115,14 @@ command to generate the output files. - - <_comment>IT 8.7/2 color calibration file + + <_comment>IT 8.7 color calibration file - + - + diff --git a/tests/list b/tests/list index 602b41a..0c3a46b 100644 --- a/tests/list +++ b/tests/list @@ -241,4 +241,4 @@ 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 +test.it87 application/x-it87 diff --git a/tests/test.it87 b/tests/test.it87 new file mode 100644 index 0000000..2305a56 --- /dev/null +++ b/tests/test.it87 @@ -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 diff --git a/tests/test.it872 b/tests/test.it872 deleted file mode 100644 index 2305a56..0000000 --- a/tests/test.it872 +++ /dev/null @@ -1,17 +0,0 @@ -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