Closed (fixed)
Project:
Feeds
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2018 at 13:55 UTC
Updated:
9 Dec 2018 at 09:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mikran commentedhere is a fix
Comment #4
mikran commentedunit test updated accordingly
Comment #5
megachrizThanks for catching this bug!
I think it would be useful to have a functional test for the feed form.
Comment #6
megachrizHere's a patch with a functional test.
The no_headers setting is not covered by the tests as that one probably will be removed in #3001863: CSV headers / No headers selection on the CSV Parser Form
Comment #9
megachrizForgot to change the field name of the delimiter in the test. It changed from "plugin[parser][parser][delimiter]" to "plugin[parser][delimiter]". I also accidently turned off the test
::testImportSingleFile().Comment #10
megachrizComment #12
megachrizCommitted #9.