diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:51:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:51:22 +0000 |
commit | e26ab0d4a251cc8fcd476a6140bccfcd24a9c446 (patch) | |
tree | ff241ea8d3fa68a09572ce776484d23274c002e8 /test/fixtures/attachments.yml | |
parent | c5c335924b8e8b3f5f8a631f918d07416536c9fd (diff) | |
download | redmine-e26ab0d4a251cc8fcd476a6140bccfcd24a9c446.tar.gz redmine-e26ab0d4a251cc8fcd476a6140bccfcd24a9c446.zip |
Show recent documents first (#29725).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17972 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/attachments.yml')
-rw-r--r-- | test/fixtures/attachments.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 1b8740f49..15556c6c6 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -268,3 +268,16 @@ attachments_020: filename: root_attachment.txt filesize: 54 author_id: 2 +attachments_021: + created_on: 2007-03-05 15:08:27 +01:00 + container_type: Document + container_id: 3 + downloads: 0 + disk_filename: 060719210727_archive.zip + disk_directory: "2006/07" + digest: b91e08d0cf966d5c6ff411bd8c4cc3a2 + id: 21 + filesize: 157 + filename: archive.zip + author_id: 1 + content_type: application/zip |