summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-24 09:43:01 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-24 09:43:01 +0000
commitf936b7b5a4ecd335f0464adb07d629d7c4f6b081 (patch)
tree70837876ecff9a57b291caec9a3c74fdb15f4e6c /test/fixtures
parentbe29227c12da043996cf05a489fa6b7ef26bea81 (diff)
downloadredmine-f936b7b5a4ecd335f0464adb07d629d7c4f6b081.tar.gz
redmine-f936b7b5a4ecd335f0464adb07d629d7c4f6b081.zip
pdf: lib: add the method to return attachment from filename and encoding (#3261)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7912 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/attachments.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml
index 57bd23822..32d7cabc1 100644
--- a/test/fixtures/attachments.yml
+++ b/test/fixtures/attachments.yml
@@ -208,3 +208,29 @@ attachments_017:
filename: testfile.PNG
filesize: 3582
author_id: 2
+attachments_018:
+ content_type: image/png
+ downloads: 0
+ created_on: 2011-01-23 16:14:50 +09:00
+ disk_filename: 101123161450_testfile_1.png
+ container_id: 14
+ digest: 8e0294de2441577c529f170b6fb8f638
+ id: 18
+ container_type: Issue
+ description: ""
+ filename: testテスト.png
+ filesize: 2654
+ author_id: 2
+attachments_019:
+ content_type: image/png
+ downloads: 0
+ created_on: 2011-02-23 16:14:50 +09:00
+ disk_filename: 101223161450_testfile_2.png
+ container_id: 14
+ digest: 6bc2963e8d7ea0d3e68d12d1fba3d6ca
+ id: 19
+ container_type: Issue
+ description: ""
+ filename: Testテスト.PNG
+ filesize: 3582
+ author_id: 2