diff --git a/Magick++/tests/attributes.cpp b/Magick++/tests/attributes.cpp index 23aef53919..db657835b9 100644 --- a/Magick++/tests/attributes.cpp +++ b/Magick++/tests/attributes.cpp @@ -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; }