diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-07 18:39:44 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-07 18:39:44 +0000 |
commit | f6754a0f7a37973d3f7296d0c75ac8d20204d682 (patch) | |
tree | fc8987ba536c7c005c89dfbbdc480da56d019296 /test/fixtures | |
parent | 90d14b71b3656a8362d7508dd88b2aea43c6fa31 (diff) | |
download | redmine-f6754a0f7a37973d3f7296d0c75ac8d20204d682.tar.gz redmine-f6754a0f7a37973d3f7296d0c75ac8d20204d682.zip |
Make Status map-able for CSV import (#22951).
git-svn-id: http://svn.redmine.org/redmine/trunk@15493 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 6990cb534..fa9d22665 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;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 +priority;subject;description;start_date;due_date;parent;private;progress;custom;version;category;user;estimated_hours;tracker;status +High;First;First description;2015-07-08;2015-08-25;;no;;PostgreSQL;;New category;dlopper;1;bug;new +Normal;Child 1;Child description;;;1;yes;10;MySQL;2.0;New category;;2;feature request;new +Normal;Child of existing issue;Child description;;;#2;no;20;;2.1;Printing;;3;bug;assigned |