summaryrefslogtreecommitdiffstats
path: root/test/fixtures/attachments.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-09 18:00:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-09 18:00:27 +0000
commit66ff4cb7de55328ee6d9ea08d26caeb3d0a19d80 (patch)
tree0be90ee0f69c66e70ca32a6635b782eabd1bca20 /test/fixtures/attachments.yml
parent5d2899ee1b3e00d0cf43521182b1244dfc3cfe9f (diff)
downloadredmine-66ff4cb7de55328ee6d9ea08d26caeb3d0a19d80.tar.gz
redmine-66ff4cb7de55328ee6d9ea08d26caeb3d0a19d80.zip
Files module: makes version field non required (#1053).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2117 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/attachments.yml')
-rw-r--r--test/fixtures/attachments.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml
index ec57aa6dd..2497bd9a3 100644
--- a/test/fixtures/attachments.yml
+++ b/test/fixtures/attachments.yml
@@ -85,4 +85,28 @@ attachments_007:
filename: archive.zip
author_id: 1
content_type: application/octet-stream
+attachments_008:
+ created_on: 2006-07-19 21:07:27 +02:00
+ container_type: Project
+ container_id: 1
+ downloads: 0
+ disk_filename: 060719210727_project_file.zip
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 8
+ filesize: 320
+ filename: project_file.zip
+ author_id: 2
+ content_type: application/octet-stream
+attachments_009:
+ created_on: 2006-07-19 21:07:27 +02:00
+ container_type: Version
+ container_id: 1
+ downloads: 0
+ disk_filename: 060719210727_version_file.zip
+ digest: b91e08d0cf966d5c6ff411bd8c4cc3a2
+ id: 9
+ filesize: 452
+ filename: version_file.zip
+ author_id: 2
+ content_type: application/octet-stream
\ No newline at end of file