diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-12 00:59:22 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-12 00:59:22 +0000 |
commit | 4139b36011a5c9c54376dee0839f6f50a747a0d8 (patch) | |
tree | 59f699076eae93e605eb25a78580a2563cf161a7 /test/fixtures | |
parent | 0eb5d19a0c3c99e198a560d6056349a3f5ed5242 (diff) | |
download | redmine-4139b36011a5c9c54376dee0839f6f50a747a0d8.tar.gz redmine-4139b36011a5c9c54376dee0839f6f50a747a0d8.zip |
Add a fixture for r17786 (#30412).
git-svn-id: http://svn.redmine.org/redmine/trunk@17787 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/files/import_issues_utf8_with_bom.csv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/files/import_issues_utf8_with_bom.csv b/test/fixtures/files/import_issues_utf8_with_bom.csv new file mode 100644 index 000000000..1ab78ac4b --- /dev/null +++ b/test/fixtures/files/import_issues_utf8_with_bom.csv @@ -0,0 +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 |