Index: imagefield.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/tests/imagefield.test,v
retrieving revision 1.2
diff -u -r1.2 imagefield.test
--- imagefield.test	13 Apr 2009 16:36:34 -0000	1.2
+++ imagefield.test	10 Sep 2009 00:25:19 -0000
@@ -158,7 +158,7 @@
     $field = $this->field;
 
     // Get our test file (PNG, 360x240).
-    $test_file = $this->getTestFile('image');
+    $test_file = $this->getTestFile('image', 64027);
     $test_image_info = image_get_info($test_file->filepath);
     $width = $test_image_info['width'];
     $height = $test_image_info['height'];

