[latex3-commits] [git/LaTeX3-latex3-latex3] icc: Correct ICCBased tests (339bb1149)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Feb 24 18:10:16 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : icc
Link       : https://github.com/latex3/latex3/commit/339bb114914251e71cb29fbe46ff1a5a3bf5b85f

>---------------------------------------------------------------

commit 339bb114914251e71cb29fbe46ff1a5a3bf5b85f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Feb 24 17:10:16 2021 +0000

    Correct ICCBased tests
    
    So that they actually issue the messages.


>---------------------------------------------------------------

339bb114914251e71cb29fbe46ff1a5a3bf5b85f
 l3kernel/testfiles/m3color003.luatex.tlg | 19 ++++++++++---------
 l3kernel/testfiles/m3color003.lvt        |  6 +++---
 l3kernel/testfiles/m3color003.ptex.tlg   | 19 ++++++++++---------
 l3kernel/testfiles/m3color003.tlg        | 19 ++++++++++---------
 l3kernel/testfiles/m3color003.uptex.tlg  | 19 ++++++++++---------
 l3kernel/testfiles/m3color003.xetex.tlg  | 19 ++++++++++---------
 6 files changed, 53 insertions(+), 48 deletions(-)

diff --git a/l3kernel/testfiles/m3color003.luatex.tlg b/l3kernel/testfiles/m3color003.luatex.tlg
index c673f3cfd..4323d715b 100644
--- a/l3kernel/testfiles/m3color003.luatex.tlg
+++ b/l3kernel/testfiles/m3color003.luatex.tlg
@@ -488,20 +488,21 @@ The color foo has the properties:
 l. ...  }
 ============================================================
 ============================================================
-TEST 16: DeviceN errors
+TEST 16: ICCBased errors
 ============================================================
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require an file.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+LaTeX has been asked to create an ICCBased color space, but no 
+    file = <name>
+key was given with the correct information. LaTeX will ignore this request.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require a number of
+(LaTeX3)        components.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
+LaTeX has been asked to create an ICCBased color space, but no 
+    compontents = <number>
+key was given with the correct information. LaTeX will ignore this request.
 ============================================================
diff --git a/l3kernel/testfiles/m3color003.lvt b/l3kernel/testfiles/m3color003.lvt
index 557117953..a6fe71f14 100644
--- a/l3kernel/testfiles/m3color003.lvt
+++ b/l3kernel/testfiles/m3color003.lvt
@@ -288,13 +288,13 @@
     \color_show:n { foo }
   }
 
-\TEST { DeviceN~errors }
+\TEST { ICCBased~errors }
   {
-    \color_model_new:nnn { ICCmixed } { DeviceN }
+    \color_model_new:nnn { ICCmixed } { ICCBased }
       {
         drat = X
       }
-    \color_model_new:nnn { ICCmixed } { DeviceN }
+    \color_model_new:nnn { ICCmixed } { ICCBased }
       {
         file = foo
       }
diff --git a/l3kernel/testfiles/m3color003.ptex.tlg b/l3kernel/testfiles/m3color003.ptex.tlg
index 097402388..90810651c 100644
--- a/l3kernel/testfiles/m3color003.ptex.tlg
+++ b/l3kernel/testfiles/m3color003.ptex.tlg
@@ -490,20 +490,21 @@ The color foo has the properties:
 l. ...  }
 ============================================================
 ============================================================
-TEST 16: DeviceN errors
+TEST 16: ICCBased errors
 ============================================================
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require an file.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+LaTeX has been asked to create an ICCBased color space, but no 
+    file = <name>
+key was given with the correct information. LaTeX will ignore this request.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require a number of
+(LaTeX3)        components.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
+LaTeX has been asked to create an ICCBased color space, but no 
+    compontents = <number>
+key was given with the correct information. LaTeX will ignore this request.
 ============================================================
diff --git a/l3kernel/testfiles/m3color003.tlg b/l3kernel/testfiles/m3color003.tlg
index ca01024ba..c64996c1a 100644
--- a/l3kernel/testfiles/m3color003.tlg
+++ b/l3kernel/testfiles/m3color003.tlg
@@ -488,20 +488,21 @@ The color foo has the properties:
 l. ...  }
 ============================================================
 ============================================================
-TEST 16: DeviceN errors
+TEST 16: ICCBased errors
 ============================================================
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require an file.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+LaTeX has been asked to create an ICCBased color space, but no 
+    file = <name>
+key was given with the correct information. LaTeX will ignore this request.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require a number of
+(LaTeX3)        components.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
+LaTeX has been asked to create an ICCBased color space, but no 
+    compontents = <number>
+key was given with the correct information. LaTeX will ignore this request.
 ============================================================
diff --git a/l3kernel/testfiles/m3color003.uptex.tlg b/l3kernel/testfiles/m3color003.uptex.tlg
index 097402388..90810651c 100644
--- a/l3kernel/testfiles/m3color003.uptex.tlg
+++ b/l3kernel/testfiles/m3color003.uptex.tlg
@@ -490,20 +490,21 @@ The color foo has the properties:
 l. ...  }
 ============================================================
 ============================================================
-TEST 16: DeviceN errors
+TEST 16: ICCBased errors
 ============================================================
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require an file.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+LaTeX has been asked to create an ICCBased color space, but no 
+    file = <name>
+key was given with the correct information. LaTeX will ignore this request.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require a number of
+(LaTeX3)        components.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
+LaTeX has been asked to create an ICCBased color space, but no 
+    compontents = <number>
+key was given with the correct information. LaTeX will ignore this request.
 ============================================================
diff --git a/l3kernel/testfiles/m3color003.xetex.tlg b/l3kernel/testfiles/m3color003.xetex.tlg
index cf0b44bf5..52b0da8a7 100644
--- a/l3kernel/testfiles/m3color003.xetex.tlg
+++ b/l3kernel/testfiles/m3color003.xetex.tlg
@@ -487,20 +487,21 @@ The color foo has the properties:
 l. ...  }
 ============================================================
 ============================================================
-TEST 16: DeviceN errors
+TEST 16: ICCBased errors
 ============================================================
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require an file.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
-! LaTeX3 Error: DeviceN color space 'ICCmixed' require a list of names.
+LaTeX has been asked to create an ICCBased color space, but no 
+    file = <name>
+key was given with the correct information. LaTeX will ignore this request.
+! LaTeX3 Error: ICCBased color space 'ICCmixed' require a number of
+(LaTeX3)        components.
 For immediate help type H <return>.
  ...                                              
 l. ...  }
-LaTeX has been asked to create a DeviceN color space, but no 
-    names = <names>
-key was given with the correct information.
+LaTeX has been asked to create an ICCBased color space, but no 
+    compontents = <number>
+key was given with the correct information. LaTeX will ignore this request.
 ============================================================





More information about the latex3-commits mailing list.