diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-07 18:23:42 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-07 18:23:42 +0000 |
commit | e3875ffd5739a60e59f54ff431d2c0bf17f8a55e (patch) | |
tree | 1d0fcbd0ad8fb4b155fb0df780403a3765f5f4c9 /test/fixtures | |
parent | b935539f287a18924d510de8649f38fffdb85f50 (diff) | |
download | redmine-e3875ffd5739a60e59f54ff431d2c0bf17f8a55e.tar.gz redmine-e3875ffd5739a60e59f54ff431d2c0bf17f8a55e.zip |
Make Tracker map-able for CSV import (#22951).
git-svn-id: http://svn.redmine.org/redmine/trunk@15490 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/files/import_issues.csv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/files/import_issues.csv b/test/fixtures/files/import_issues.csv index 918f9fc7e..6990cb534 100644 --- a/test/fixtures/files/import_issues.csv +++ b/test/fixtures/files/import_issues.csv @@ -1,4 +1,4 @@ -priority;subject;description;start_date;due_date;parent;private;progress;custom;version;category;user;estimated_hours -High;First;First description;2015-07-08;2015-08-25;;no;;PostgreSQL;;New category;dlopper;1 -Normal;Child 1;Child description;;;1;yes;10;MySQL;2.0;New category;;2 -Normal;Child of existing issue;Child description;;;#2;no;20;;2.1;Printing;;3 +priority;subject;description;start_date;due_date;parent;private;progress;custom;version;category;user;estimated_hours;tracker +High;First;First description;2015-07-08;2015-08-25;;no;;PostgreSQL;;New category;dlopper;1;bug +Normal;Child 1;Child description;;;1;yes;10;MySQL;2.0;New category;;2;feature request +Normal;Child of existing issue;Child description;;;#2;no;20;;2.1;Printing;;3;bug |