/*
- * "$Id: cupstestppd.c,v 1.5 2003/01/29 17:03:38 mike Exp $"
+ * "$Id: cupstestppd.c,v 1.6 2003/02/03 15:01:50 mike Exp $"
*
* PPD test program for the Common UNIX Printing System (CUPS).
*
puts(" **FAIL** REQUIRED PageRegion");
}
+ if (ppd->pcfilename != NULL)
+ {
+ if (verbose >= 0)
+ puts(" PASS PCFileName");
+ }
+ else
+ {
+ errors ++;
+
+ if (verbose >= 0)
+ puts(" **FAIL** REQUIRED PCFileName");
+ }
+
if (ppd->product != NULL)
{
if (verbose >= 0)
/*
- * End of "$Id: cupstestppd.c,v 1.5 2003/01/29 17:03:38 mike Exp $".
+ * End of "$Id: cupstestppd.c,v 1.6 2003/02/03 15:01:50 mike Exp $".
*/