diff options
Diffstat (limited to 'test/fixtures/attachments.yml')
-rw-r--r-- | test/fixtures/attachments.yml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/fixtures/attachments.yml b/test/fixtures/attachments.yml index 62d5b38a1..c6493bd5e 100644 --- a/test/fixtures/attachments.yml +++ b/test/fixtures/attachments.yml @@ -12,7 +12,7 @@ attachments_001: filename: error281.txt author_id: 2 attachments_002: - created_on: 2006-07-19 21:07:27 +02:00 + created_on: 2007-01-27 15:08:27 +01:00 downloads: 0 content_type: text/plain disk_filename: 060719210727_document.txt @@ -121,4 +121,16 @@ attachments_010: filename: picture.jpg author_id: 2 content_type: image/jpeg +attachments_011: + created_on: 2007-02-12 15:08:27 +01:00 + container_type: Document + container_id: 1 + downloads: 0 + disk_filename: 060719210727_picture.jpg + digest: b91e08d0cf966d5c6ff411bd8c4cc3a2 + id: 11 + filesize: 452 + filename: picture.jpg + author_id: 2 + content_type: image/jpeg
\ No newline at end of file |