Displaying 1 result from an estimated 1 matches for "18932_20051218002317_large".
2006 May 01
0
Testing File Upload error
...form or they are redirected to
a list of all issues.
Here is the basic user flow:
Action called: new
fill out form
action called: create
redirected to either action list, or action new
if I comment out the following line:
''cover'' => fixture_file_upload(''/files/
18932_20051218002317_large-1.jpg'', ''image/jpg''),
everything works as it should and the test passes however if I leave
the line in I get an error for the test. However the error is not
consistant, In my action I create two objects based on the single
form (one is a child of the first). I have...