Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/CHANGELOG.txt,v
retrieving revision 1.69
diff -u -p -r1.69 CHANGELOG.txt
--- CHANGELOG.txt	9 Aug 2009 17:34:08 -0000	1.69
+++ CHANGELOG.txt	14 Aug 2009 21:45:17 -0000
@@ -6,6 +6,7 @@ Image x.x-x.x, xxxx-xx-xx
 
 Image 6.x-1.x, xxxx-xx-xx
 -------------------------
+#44057 by sp3boy: Fixed tests broken by earlier #44057 commits.
 #470720 by joachim, sun: Fixed Image Gallery vocabulary broken after re-enabling
   the module.
 #374423 by joachim: Fixed image_create_node_from() not checking image filesize.
Index: tests/image.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/tests/image.test,v
retrieving revision 1.7
diff -u -p -r1.7 image.test
--- tests/image.test	8 Aug 2009 13:32:54 -0000	1.7
+++ tests/image.test	14 Aug 2009 21:45:17 -0000
@@ -21,7 +21,8 @@ class ImageTestCase extends DrupalWebTes
     parent::setUp('image');
 
     // User to create images.
-    $this->web_user = $this->drupalCreateUser(array('create images', 'view original images', 'edit own images', 'edit any images'));
+    $this->web_user = $this->drupalCreateUser(array('create images', 'view original images', 'edit own images', 'edit any images',
+      'delete own images', 'delete any images', 'administer site configuration'));    
     $this->drupalLogin($this->web_user);
 
     // Uploadable image.
