@@ -1268,6 +1268,21 @@ class ImageFieldValidateTestCase extends ImageFieldTestCase {
$this->assertText(t('The specified file '.$image_that_is_too_small->filename.' could not be uploaded. The image is too small; the minimum dimensions are 50x50 pixels.'),'Node save failed when minimum image resolution was not met.');
$this->assertText(t('The image was resized to fit within the maximum allowed dimensions of 100x100 pixels.'),'Image exceeding max resolution was properly resized.');
// Verify that image resolution can contain only positive numbers.