diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-19 17:07:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-19 17:07:13 +0000 |
commit | 1ff3e910333113c7e36c276cada886a757337f49 (patch) | |
tree | 8a342dc606d0701667a16e23c74770b738e05a39 /test/fixtures | |
parent | fee7339c149058897ce028826907c2bdf73d0b38 (diff) | |
download | redmine-1ff3e910333113c7e36c276cada886a757337f49.tar.gz redmine-1ff3e910333113c7e36c276cada886a757337f49.zip |
Adds a test for importing list custom fields with multiple values (#26148).
git-svn-id: http://svn.redmine.org/redmine/trunk@16837 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 fa9d22665..fa9adcd7e 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;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 +priority;subject;description;start_date;due_date;parent;private;progress;custom;version;category;user;estimated_hours;tracker;status;multicustom +High;First;First description;2015-07-08;2015-08-25;;no;;PostgreSQL;;New category;dlopper;1;bug;new;"PostgreSQL, Oracle" +Normal;Child 1;Child description;;;1;yes;10;MySQL;2.0;New category;;2;feature request;new;MySQL +Normal;Child of existing issue;Child description;;;#2;no;20;;2.1;Printing;;3;bug;assigned; |