From: mike Date: Thu, 29 Sep 2011 00:10:13 +0000 (+0000) Subject: Fix display of uriScheme values. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18b0480920680b9ec4a80dda0e4d58375506aedc;p=thirdparty%2Fcups.git Fix display of uriScheme values. Update changelog. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10027 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/CHANGES-IPPTOOL.txt b/CHANGES-IPPTOOL.txt index e107c3cff6..666cd17a10 100644 --- a/CHANGES-IPPTOOL.txt +++ b/CHANGES-IPPTOOL.txt @@ -1,10 +1,17 @@ -CHANGES-IPPTOOL.txt - 2011-09-28 +CHANGES-IPPTOOL.txt - 2011-09-29 -------------------------------- This file provides a list of changes to the ipptool binary distribution posted on cups.org. +2011-09-29 + + - Fixed one spot where DEFINE-VALUE was still treated as an error when + the EXPECT test failed. + - uriScheme values were not displayed properly. + + 2011-09-28 - Test output now includes a summary and overall score at the end. diff --git a/cups/ipp-support.c b/cups/ipp-support.c index 9b3d1c462d..ef48908e45 100644 --- a/cups/ipp-support.c +++ b/cups/ipp-support.c @@ -448,6 +448,7 @@ _ippAttrString(ipp_attribute_t *attr, /* I - Attribute */ case IPP_TAG_KEYWORD : case IPP_TAG_CHARSET : case IPP_TAG_URI : + case IPP_TAG_URISCHEME : case IPP_TAG_MIMETYPE : case IPP_TAG_LANGUAGE : case IPP_TAG_TEXTLANG :