[gs-cvs] rev 7723 - in trunk/gs: doc lib

alexcher at ghostscript.com alexcher at ghostscript.com
Tue Feb 20 15:35:19 PST 2007


Author: alexcher
Date: 2007-02-20 15:35:19 -0800 (Tue, 20 Feb 2007)
New Revision: 7723

Modified:
   trunk/gs/doc/pscet_status.txt
   trunk/gs/lib/gs_cet.ps
Log:
Fix CET 20-23-01 - undefine /deviceinfo from systemdict in gs_cet.ps

DIFFERENCES:
No comparefiles or other CET differences.


Modified: trunk/gs/doc/pscet_status.txt
===================================================================
--- trunk/gs/doc/pscet_status.txt	2007-02-20 20:54:55 UTC (rev 7722)
+++ trunk/gs/doc/pscet_status.txt	2007-02-20 23:35:19 UTC (rev 7723)
@@ -4009,8 +4009,9 @@
 
 20-22-3  OK	
 
-20-23-1  DIFF	Different checksum. GS has [T] where CPSI has [F] for (systemdict /deviceinfo known).
-                assign Peter.
+20-23-1  OK  	Tek and CPSI don't have /deviceinfo. Availability of this operator
+                on Ghostscript deprnds on gs_dps device. Rev. 7223 undefines it in
+		gs_cet.ps to pass the test regardless of the configuration. - Alex
 
 20-23-2  OK	
 

Modified: trunk/gs/lib/gs_cet.ps
===================================================================
--- trunk/gs/lib/gs_cet.ps	2007-02-20 20:54:55 UTC (rev 7722)
+++ trunk/gs/lib/gs_cet.ps	2007-02-20 23:35:19 UTC (rev 7723)
@@ -20,6 +20,7 @@
   /product (PhotoPRINT SE 5.0v2) put	% match CPSI 3017.102
   /revision 0 put			% match CPSI 3017.103 Tek shows revision 5
   /serialnumber 233640 put		% match CPSI 3017.102 Tek shows serialnumber 1401788461
+  systemdict /deviceinfo undef          % for CET 20-23-1
 } superexec
 
 { } bind dup



More information about the gs-cvs mailing list