From e3875ffd5739a60e59f54ff431d2c0bf17f8a55e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 7 Jun 2016 18:23:42 +0000 Subject: Make Tracker map-able for CSV import (#22951). git-svn-id: http://svn.redmine.org/redmine/trunk@15490 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/files/import_issues.csv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/fixtures') 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 -- cgit v1.2.3