]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 13 Apr 2012 21:44:43 +0000 (21:44 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 13 Apr 2012 21:44:43 +0000 (21:44 +0000)
Magick++/tests/attributes.cpp

index 23aef539193d20ce7ab740ca797ac4b4f4901f93..db657835b96d239f6407f1910b5254f3f4e09152 100644 (file)
@@ -1212,11 +1212,11 @@ int main( int /*argc*/, char ** argv)
     //
     // renderingIntent
     //
-    if ( image.renderingIntent() != PerceptualIntent )
+    if ( image.renderingIntent() != RelativeIntent )
       {
        ++failures;
        cout << "Line: " << __LINE__
-             << ", renderingIntent default is not PerceptualIntent as expected"
+             << ", renderingIntent default is not RelativeIntent as expected"
              << endl;
       }