Closed (fixed)
Project:
FileField
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 19:56 UTC
Updated:
13 May 2010 at 01:40 UTC
Jump to comment: Most recent file
Test fails.
File exists after uploading a file with extension checking. Other filefield.test 501 FileFieldValidateTestCase->testFileExtension()
SimpleTest 6.x-2.9
FileField 6.x-3.2
Problem
File field test think that method drupalGetTestFiles($type, $size) returns for type = image file that is png.
But this version of simple test returns gif file.
I have attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | filefield_test_fixes.patch | 2.95 KB | quicksketch |
| filefield_test.patch | 1.77 KB | igor.ro |
Comments
Comment #1
quicksketchThanks, I ran our tests a few times and fixed additional warnings/notices with the attached patch. Committed.