$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.');
}
...
...
@@ -70,7 +70,7 @@ function testRequiredAttributes() {