diff options
author | Go MAEDA <maeda@farend.jp> | 2023-11-17 06:54:17 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-11-17 06:54:17 +0000 |
commit | 635e31a95239387dcb74350689a6e6674dc983bb (patch) | |
tree | bb95f10fac279e068f9f7784e88622a6edef3ee2 | |
parent | 0d30af1bc2e4b93ee6bb802b133cff627d9ea1cf (diff) | |
download | redmine-635e31a95239387dcb74350689a6e6674dc983bb.tar.gz redmine-635e31a95239387dcb74350689a6e6674dc983bb.zip |
Add missing fixture file intended for r22440 (#39511).
git-svn-id: https://svn.redmine.org/redmine/trunk@22453 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/fixtures/files/import_issues_single_quotation.csv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/files/import_issues_single_quotation.csv b/test/fixtures/files/import_issues_single_quotation.csv new file mode 100644 index 000000000..b274b6172 --- /dev/null +++ b/test/fixtures/files/import_issues_single_quotation.csv @@ -0,0 +1,4 @@ +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; |