From: msweet Date: Wed, 11 Feb 2015 15:25:26 +0000 (+0000) Subject: Fix pwg-raster-document-types-supported values. X-Git-Tag: v2.2b1~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14537a4db86b5903b155e4fe0b7b27ab0d73ced8;p=thirdparty%2Fcups.git Fix pwg-raster-document-types-supported values. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12509 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/test/ippserver.c b/test/ippserver.c index 7b39bc340a..79a9075199 100644 --- a/test/ippserver.c +++ b/test/ippserver.c @@ -1376,11 +1376,11 @@ create_printer(const char *servername, /* I - Server hostname (NULL for default) }; static const char * const pwg_raster_document_type_supported[] = { - "black-1", - "cmyk-8", - "sgray-8", - "srgb-8", - "srgb-16" + "black_1", + "cmyk_8", + "sgray_8", + "srgb_8", + "srgb_16" }; static const char * const reference_uri_schemes_supported[] = { /* reference-uri-schemes-supported */